Thursday, July 14, 2011

DateTime related articles in MSDN

Many programmers encounter assignments that require them to accurately store and process data that contain date and time information. I did find following articles on MSDN which you guys may find usefull:

Coding Best Practices Using DateTime in the .NET Framework

http://msdn.microsoft.com/en-us/library/ms973825.aspx

TimeZone class

http://msdn.microsoft.com/en-us/library/system.timezone.aspx

Converting Time between TimeZones

http://msdn.microsoft.com/en-us/library/bb397769.aspx

No comments:

Post a Comment

If you’re using Visual Studio to build your .NET MAUI app on a Mac, locating the IPA (iOS App Package) file can be a bit tricky

  If you’re using   Visual Studio   to build your   .NET MAUI   app on a   Mac , locating the   IPA (iOS App Package)   file can be a bit tr...