TimeZone

TimeZone


Represents a time zone.


Implements:

IObject 

Public:

Properties:

NameDescription
 DaylightName (get) Returns the name of the daylight saving period.  
 StandardName (get) Returns the name of the standard time period.  

Methods:

NameDescription
 Equals Returns a boolean indicating if the value and this object instance are the same instance.  
 GetDayLightChanges Returns the start and end of the daylight saving period.  
 GetHashCode Returns a pseudo-unique number identifying this instance.  
 GetUtcOffset Returns the offset from UTC to the current timezone, adjusting for daylight saving.  
 IsDaylightSavingTime Returns whether the time is currently in the daylight saving period.  
 ToLocalTime Returns the time with the UTC offset applied to get the local time.  
 ToString Returns a string representation of this object instance.  
 ToUniversalTime Returns the local time with UTC offset removed to get the UTC time.  

See Also

Project CorLib Overview

Class TimeZone Overview

TimeZoneStatic