Retrieve

Overview 

Retrieves an array of time zones based on the specified criteria

Syntax 

Retrieve(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredCriteria to search for the list

Example 

This sample code retrieves an array of time zones based on the specified filter criteria. If you include no filter, the function will return an array of all time zones.

1var timezones = DateTime.TimeZone.Retrieve({Property:"ID", SimpleOperator:"equals", Value:1});