| C1.Win.C1Input Namespace > C1TextBox Class : DaylightTimeAdjustment Property |
'Declaration<C1CategoryAttribute("Date-Time")> <C1DescriptionAttribute("The value specified in the GMTOffset property can be advanced or set back due to daylight-saving time changes (used only if CurrentTimeZone = False).")> <TypeConverterAttribute("C1.Win.C1Input.Design.DaylightTimeAdjustmentPropertyConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")> <MergablePropertyAttribute(False)> <LocalizableAttribute(True)> Public Property DaylightTimeAdjustment As DaylightTimeAdjustmentEnum
'UsageDim instance As C1TextBox Dim value As DaylightTimeAdjustmentEnum instance.DaylightTimeAdjustment = value value = instance.DaylightTimeAdjustment
[C1Category("Date-Time")] [C1Description("The value specified in the GMTOffset property can be advanced or set back due to daylight-saving time changes (used only if CurrentTimeZone = False).")] [TypeConverter("C1.Win.C1Input.Design.DaylightTimeAdjustmentPropertyConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")] [MergableProperty(false)] [Localizable(true)] public DaylightTimeAdjustmentEnum DaylightTimeAdjustment {get; set;}
[C1Category("Date-Time")] [C1Description("The value specified in the GMTOffset property can be advanced or set back due to daylight-saving time changes (used only if CurrentTimeZone = False).")] [TypeConverter("C1.Win.C1Input.Design.DaylightTimeAdjustmentPropertyConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")] [MergableProperty(false)] [Localizable(true)] public: property DaylightTimeAdjustmentEnum DaylightTimeAdjustment { DaylightTimeAdjustmentEnum get(); void set ( DaylightTimeAdjustmentEnum value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2