FormBuildDateTimeControl.timeZoneIndicator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
timeZoneIndicator(Int32) | |
timeZoneIndicator() |
timeZoneIndicator(Int32)
public:
virtual int timeZoneIndicator(int _value);
public virtual int timeZoneIndicator (int _value);
abstract member timeZoneIndicator : int -> int
override this.timeZoneIndicator : int -> int
Public Overridable Function timeZoneIndicator (_value As Integer) As Integer
Parameters
- _value
- Int32
Returns
Applies to
timeZoneIndicator()
public:
virtual int timeZoneIndicator();
public virtual int timeZoneIndicator ();
abstract member timeZoneIndicator : unit -> int
override this.timeZoneIndicator : unit -> int
Public Overridable Function timeZoneIndicator () As Integer