| C1.Win.C1Input Namespace > C1TextBox Class : GMTOffset Property |
'Declaration<C1CategoryAttribute("Date-Time")> <C1DescriptionAttribute("The time zone of the Value property used if CurrentTimeZone = False.")> <TypeConverterAttribute("C1.Win.C1Input.Design.GMTOffsetPropertyConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")> <MergablePropertyAttribute(False)> <LocalizableAttribute(True)> Public Property GMTOffset As TimeSpan
'UsageDim instance As C1TextBox Dim value As TimeSpan instance.GMTOffset = value value = instance.GMTOffset
[C1Category("Date-Time")] [C1Description("The time zone of the Value property used if CurrentTimeZone = False.")] [TypeConverter("C1.Win.C1Input.Design.GMTOffsetPropertyConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")] [MergableProperty(false)] [Localizable(true)] public TimeSpan GMTOffset {get; set;}
[C1Category("Date-Time")] [C1Description("The time zone of the Value property used if CurrentTimeZone = False.")] [TypeConverter("C1.Win.C1Input.Design.GMTOffsetPropertyConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")] [MergableProperty(false)] [Localizable(true)] public: property TimeSpan GMTOffset { TimeSpan get(); void set ( TimeSpan 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