3
Shouts

C#/.NET Little Wonders – The DateTimeOffset struct

published 437 days, 23 hours, 10 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 443 days, 6 hours, 25 minutes ago
Wednesday, March 14, 2012 7:55:55 AM GMT Friday, March 09, 2012 12:41:09 AM GMT

While the DateTime is a powerful structure for parsing, manipulating, and comparing date-times, it becomes problematic when handling times from different time-zones. The DateTimeOffset is much more portable in that it preserves the offset from UTC.

category: Web Dev | clicked: 58 | | source: www.blackrabbitcoder.net | show counter code
tags: .NET, Little Wonders, C#, DateTimeoffset, CSharp

2 comments posted.

To post your comment please login or signup