C# 클래스 YouConf.Extensions.DateTimeExtensions

http://stackoverflow.com/questions/7577389/how-to-elegantly-deal-with-timezones
파일 보기 프로젝트 열기: phillee007/youconf

공개 메소드들

메소드 설명
LocalToUtc ( this source, TimeZoneInfo localTimeZone ) : System.DateTime
UtcToLocal ( this source, TimeZoneInfo localTimeZone ) : System.DateTime

메소드 상세

LocalToUtc() 공개 정적인 메소드

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

UtcToLocal() 공개 정적인 메소드

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