Mono Class Library: OverviewSystem.TimeZone: Members |
The members of System.TimeZone are listed below.
See Also: Inherited members from System.Object
TimeZone()Documentation for this section has not yet been entered.
[read-only] staticCurrentTimeZone TimeZone. Documentation for this section has not yet been entered. [read-only] abstractDaylightName string. Documentation for this section has not yet been entered. [read-only] abstractStandardName string. Documentation for this section has not yet been entered.
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.