Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / TimeZoneInfo Class / DaylightBias Property

In This Topic
    DaylightBias Property
    In This Topic
    Gets the difference, in minutes, between UTC and local time (in daylight savings time). UTC = local time + bias.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DaylightBias As Integer
    public int DaylightBias {get;}
    See Also