| C1.Win.C1Input Namespace > C1TextBox Class : CurrentTimeZone Property |
'Declaration<C1CategoryAttribute("Date-Time")> <C1DescriptionAttribute("If True, the control’s stored Value is in current time zone; otherwise, the Value is adjusted to the time zone defined by the GMTOffset property.")> <DefaultValueAttribute()> <RefreshPropertiesAttribute(RefreshProperties.All)> <LocalizableAttribute(True)> Public Property CurrentTimeZone As Boolean
'UsageDim instance As C1TextBox Dim value As Boolean instance.CurrentTimeZone = value value = instance.CurrentTimeZone
[C1Category("Date-Time")] [C1Description("If True, the control’s stored Value is in current time zone; otherwise, the Value is adjusted to the time zone defined by the GMTOffset property.")] [DefaultValue()] [RefreshProperties(RefreshProperties.All)] [Localizable(true)] public bool CurrentTimeZone {get; set;}
[C1Category("Date-Time")] [C1Description("If True, the control’s stored Value is in current time zone; otherwise, the Value is adjusted to the time zone defined by the GMTOffset property.")] [DefaultValue()] [RefreshProperties(RefreshProperties.All)] [Localizable(true)] public: property bool CurrentTimeZone { bool get(); void set ( bool 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