GET api/CountryStateCity/GetTimeZone?APIKey={APIKey}
This API to get all timezone list for drop down
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
APIKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TimeZoneInfoName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
DisplayName | string |
None. |
|
StandardName | string |
None. |
|
DaylightName | string |
None. |
|
BaseUtcOffset | time interval |
None. |
|
SupportsDaylightSavingTime | boolean |
None. |
Response Formats
application/json, text/json, text/plain, text/html, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.