Mono Class Library: Overview

System.TimeZone: Members

The members of System.TimeZone are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
static
CurrentTimeZoneTimeZone. Documentation for this section has not yet been entered.
[read-only]
abstract
DaylightNamestring. Documentation for this section has not yet been entered.
[read-only]
abstract
StandardNamestring. Documentation for this section has not yet been entered.

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.