ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1Label Class / CurrentTimeZone Property

In This Topic
    CurrentTimeZone Property (C1Label)
    In This Topic
    If True, the control’s stored Value is in current time zone; otherwise, the Value is adjusted to the time zone defined by the GMTOffset property.
    Syntax
    'Declaration
     
    
    Public Property CurrentTimeZone As Boolean
    public bool CurrentTimeZone {get; set;}
    See Also