Mono Class Library: Overview

System.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

Public Methods

abstract
GetDaylightChanges(int) : System.Globalization.DaylightTime
Documentation for this section has not yet been entered.
abstract
GetUtcOffset(DateTime) : TimeSpan
Documentation for this section has not yet been entered.
IsDaylightSavingTime(DateTime) : bool
Documentation for this section has not yet been entered.
static
IsDaylightSavingTime(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.