August, 2006

Posts
  • Kathy Kam

    Answer of the month: IsDaylightSavingTime() or not?

    • 2 Comments
    Answer: static DateTime GetAnswer() { DateTime utc = new DateTime (2006, 10, 29, 8, 30, 0, DateTimeKind .Utc); return utc.ToLocalTime(); } Explaination: The main "trick" in this question is that the DateTime I want actually lands...
Page 1 of 1 (1 items)