DictField.dateTimeTimeZoneRuleFieldName 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
dateTimeTimeZoneRuleFieldName(Int32) | |
dateTimeTimeZoneRuleFieldName() |
dateTimeTimeZoneRuleFieldName(Int32)
public:
virtual System::String ^ dateTimeTimeZoneRuleFieldName(int _arrayindex);
public virtual string dateTimeTimeZoneRuleFieldName (int _arrayindex);
abstract member dateTimeTimeZoneRuleFieldName : int -> string
override this.dateTimeTimeZoneRuleFieldName : int -> string
Public Overridable Function dateTimeTimeZoneRuleFieldName (_arrayindex As Integer) As String
Parameters
- _arrayindex
- Int32
Returns
Applies to
dateTimeTimeZoneRuleFieldName()
public:
virtual System::String ^ dateTimeTimeZoneRuleFieldName();
public virtual string dateTimeTimeZoneRuleFieldName ();
abstract member dateTimeTimeZoneRuleFieldName : unit -> string
override this.dateTimeTimeZoneRuleFieldName : unit -> string
Public Overridable Function dateTimeTimeZoneRuleFieldName () As String