MultiSelect for WinForms
DaylightTimeAdjustmentEnum 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : DaylightTimeAdjustmentEnum 列挙体
Used by C1Label.DaylightTimeAdjustment and C1TextBox.DaylightTimeAdjustment properties.
シンタックス
'宣言
 
Public Enum DaylightTimeAdjustmentEnum 
   Inherits System.Enum
public enum DaylightTimeAdjustmentEnum : System.Enum 
メンバ
メンバ解説
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.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.DaylightTimeAdjustmentEnum

参照

C1.Win.C1Input 名前空間