Mono Class Library: OverviewSystem.TimeZone: Method Members |
The methods of System.TimeZone are listed below. For a list of all members, see the TimeZone Members list.
See Also: Inherited members from System.Object
abstractGetDaylightChanges(int) : System.Globalization.DaylightTime Documentation for this section has not yet been entered. abstractGetUtcOffset(DateTime) : TimeSpan Documentation for this section has not yet been entered.IsDaylightSavingTime(DateTime) : bool Documentation for this section has not yet been entered. staticIsDaylightSavingTime(DateTime, System.Globalization.DaylightTime) : bool Documentation for this section has not yet been entered.ToLocalTime(DateTime) : DateTime Converts a UTC DateTime into the local time for the given time zone.ToUniversalTime(DateTime) : DateTime Converts a DateTime local to the time zone into UTC.