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

How to upload app to macOS

1. Open Terminal Press Cmd (⌘) + Space , type Terminal , and hit Enter . 2. Navigate to Your Build Output Directory Your .app file is likel...