C# Class YouConf.Extensions.DateTimeExtensions

http://stackoverflow.com/questions/7577389/how-to-elegantly-deal-with-timezones
Afficher le fichier Open project: phillee007/youconf

Méthodes publiques

Méthode Description
LocalToUtc ( this source, TimeZoneInfo localTimeZone ) : System.DateTime
UtcToLocal ( this source, TimeZoneInfo localTimeZone ) : System.DateTime

Method Details

LocalToUtc() public static méthode

public static LocalToUtc ( this source, TimeZoneInfo localTimeZone ) : System.DateTime
source this
localTimeZone System.TimeZoneInfo
Résultat System.DateTime

UtcToLocal() public static méthode

public static UtcToLocal ( this source, TimeZoneInfo localTimeZone ) : System.DateTime
source this
localTimeZone System.TimeZoneInfo
Résultat System.DateTime