Skip to main content
Information about a TimeZone.

Constructors

NSTimeZoneData()

Initializes a new instance of the NSTimeZoneData class.

Methods

GetIsoNumber()

Returns: CRMScript.Global.Integer Example:

GetName()

Returns: CRMScript.Global.String - Name associated with the location. Example:

GetTimeZoneDSTRules()

Returns: CRMScript.NetServer.Map - Rules for daylight savings time. Example:

GetTimeZoneSTDRules()

Returns: CRMScript.NetServer.Map - Rules for standard time. Example:

GetTZLocationCities()

Returns: CRMScript.Global.String - Cities associated with location. Example:

GetTZLocationCode()

Returns: CRMScript.Global.String - Code associated with location. Example:

GetTZLocationID()

Returns: CRMScript.Global.Integer - Timezone location Id. Example:

SetIsoNumber(Integer)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetTimeZoneDSTRules(Map)

Returns: CRMScript.Global.Void Example:

SetTimeZoneSTDRules(Map)

Rules for standard time
Returns: CRMScript.Global.Void Example:

SetTZLocationCities(String)

Returns: CRMScript.Global.Void Example:

SetTZLocationCode(String)

Returns: CRMScript.Global.Void Example:

SetTZLocationID(Integer)

Returns: CRMScript.Global.Void Example: