C# Class YouConf.Extensions.DateTimeExtensions

http://stackoverflow.com/questions/7577389/how-to-elegantly-deal-with-timezones
显示文件 Open project: phillee007/youconf

Public Methods

Method Description
LocalToUtc ( this source, TimeZoneInfo localTimeZone ) : System.DateTime
UtcToLocal ( this source, TimeZoneInfo localTimeZone ) : System.DateTime

Method Details

LocalToUtc() public static method

public static LocalToUtc ( this source, TimeZoneInfo localTimeZone ) : System.DateTime
source this
localTimeZone System.TimeZoneInfo
return System.DateTime

UtcToLocal() public static method

public static UtcToLocal ( this source, TimeZoneInfo localTimeZone ) : System.DateTime
source this
localTimeZone System.TimeZoneInfo
return System.DateTime