Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / TimeZoneInfo Class / StandardBias Property

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