C1.Win.Input Namespace / DaylightTimeAdjustment Enumeration

DaylightTimeAdjustment Enumeration
Specifies the daylight time adjustment mode.
Syntax
'Declaration
 
Public Enum DaylightTimeAdjustment 
   Inherits System.Enum
 
Members
MemberDescription
AdvanceGMTOffsetForTheDaylightSavingTimeUse this option if the GMTOffset property corresponds to the standard time offset. For the daylight-saving time GMTOffset should be advanced by an hour.
NoAdjustmentsNo daylight-saving time adjustments.
SetGMTOffsetBackForTheStandardTimeUse this option if the GMTOffset property is set to the daylight time offset. So, for the standard time it should be set back by an hour.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.Input.DaylightTimeAdjustment

See Also