ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1TextBox Class / DaylightTimeAdjustment Property

In This Topic
    DaylightTimeAdjustment Property (C1TextBox)
    In This Topic
    The value specified in the GMTOffset property can be advanced or set back due to daylight-saving time changes. Default: NoAdjustments.
    Syntax
    'Declaration
     
    Public Property DaylightTimeAdjustment As DaylightTimeAdjustmentEnum
    public DaylightTimeAdjustmentEnum DaylightTimeAdjustment {get; set;}
    See Also