ComponentOne ScatterChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / TimeZoneInfo Class

In This Topic
    TimeZoneInfo Class Properties
    In This Topic

    For a list of all members of this type, see TimeZoneInfo members.

    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
    See Also