Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / TimeZoneInfo Class
Properties Methods


In This Topic
    TimeZoneInfo Class Members
    In This Topic

    The following tables list the members exposed by TimeZoneInfo.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets the current time zone information.  
    Public PropertyGets the difference, in minutes, between UTC and local time (in daylight savings time). UTC = local time + bias.  
    Public PropertyThe time zone's name during daylight savings time (DST).  
    Public PropertyGets the daylight offset from UTC as a TimeSpan.  
    Public PropertyThe time zone's display name (e.g. '(GMT-05:00) Eastern Time (US and Canada)').  
    Public PropertyGets the difference, in minutes, between UTC and local time. UTC = local time + bias.  
    Public PropertyThe time zone's name during 'standard' time (i.e. not daylight savings).  
    Public PropertyGets the standard offset from UTC as a TimeSpan.  
    Public Propertystatic (Shared in Visual Basic)Gets a string array of display time zone names supported in the local system.  
    Public Propertystatic (Shared in Visual Basic)Gets a list of all time zones defined in the local system.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Returns a TimeZoneInfo instance for the time zone with supplied name.  
    Public MethodConverts the value of the utc time to a local time in this time zone.  
    Public MethodGets display name of this time zone instance.  
    Public MethodConverts the value of the local time to UTC time. Note that there may be different possible interpretations at the daylight time boundaries.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCopies a time zone info form the specified TimeZoneInfo object into the current instance.  
    Top
    See Also