Welcome to MSDN Blogs Sign in | Join | Help

Kathy Kam

Reflection on the CLR and .NET

Browse by Tags

All Tags » DateTime and Ti... » Quiz   (RSS)
Sorry, but there are no more tags available to filter with.
Quiz of the Month: IsDaylightSavingTime() or not?
Question: Given your machine is in Pacific Time (PST) Time Zone, what is MainProgram.GetAnswer so that MainProgram.Test returns true? class MainProgram { static DateTime GetAnswer() { ???? } static bool Test() { DateTime a = MainProgram .GetAnswer(); Read More...
Page view tracker