Format:
Recent snippets matching tags of TimeZones
public static class TimeZoneInfoHelper { public static TimeSpan FindUtcOffsetByTimeZone(TimeZoneInfo timeZone) { var converted = FindCurrentDateTimeByTimeZoneInfo(timeZone); return converted.HasValue ? timeZone.GetUtcOffset(converted.Value) : TimeSpan.Zero; }
84 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
