ITimeZoneItem Interface |
Namespace: SuperOffice.COM.Application
The ITimeZoneItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | Cities | List of major cities. |
![]() | Code | Unique TimeZone Code. First 2 characters may correspond to a Country's Abbrev2 Code. |
![]() | CountryId | CountryId of the item. This may be zero. The timezone will then be identified by groupname and/or region name |
![]() | CountryName | Localized country name if a valid country id exists. |
![]() | DstOffset | Daylight Saving Time offset in minutes as seen from GMT. Going east is a positive value, going west a negative value. |
![]() | GroupName | Group name. Only used for timezone with no known country |
![]() | Id | TZLocationId of the item. |
![]() | IsActive | Has the item been marked as active - visible in TimeZoneSelector. |
![]() | IsBuiltIn | Is this item supplied and maintained by SuperOffice? |
![]() | IsDeleted | Has the item been marked as Deleted. |
![]() | RegionName | Region name. Required for countries with multiple timezones |
![]() | ShortName | Short name. |
![]() | StdOffset | Standard Time offset in minutes as seen from GMT. Going east is a positive value, going west a negative value |