ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / C1Label Class / DaylightTimeAdjustment Property

In This Topic
    DaylightTimeAdjustment Property (C1Label)
    In This Topic
    The value specified in the GMTOffset property can be advanced or set back due to daylight-saving time changes (used only if CurrentTimeZone = False).
    Syntax
    'Declaration
     
    
    Public Property DaylightTimeAdjustment As DaylightTimeAdjustmentEnum
    public DaylightTimeAdjustmentEnum DaylightTimeAdjustment {get; set;}
    See Also