Click or drag to resize

SOTimeZoneItem Properties

The SOTimeZoneItem type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCities
List of major cities.
(Inherited from ITimeZoneItem.)
Public propertyCode exampleCode
Unique TimeZone Code. First 2 characters may correspond to a Country's Abbrev2 Code. Unique TimeZone Code. First 2 character may correspond to a Country's Abbrev2 Code.
(Inherited from ITimeZoneItem.)
Public propertyCode exampleCountryId
CountryId of the item. This may be zero. The timezone will then be identified by groupname and/or region name
(Inherited from ITimeZoneItem.)
Public propertyCode exampleCountryName
Localized country name if a valid country id exists.
(Inherited from ITimeZoneItem.)
Public propertyCode exampleDstOffset
Daylight Saving Time offset in minutes as seen from GMT. Going east is a positive value, going west a negative value. Daylight Saving Time offset in minutes as seen from GMT. Going east is a negative value, going west a positive value.
(Inherited from ITimeZoneItem.)
Public propertyCode exampleGroupName
Group name. Only used for timezone with no known country
(Inherited from ITimeZoneItem.)
Public propertyCode exampleId
TZLocationId of the item.
(Inherited from ITimeZoneItem.)
Public propertyCode exampleIsActive
Has the item been marked as active - visible in TimeZoneSelector.
(Inherited from ITimeZoneItem.)
Public propertyCode exampleIsBuiltIn
Is this item supplied and maintained by SuperOffice?
(Inherited from ITimeZoneItem.)
Public propertyCode exampleIsDeleted
Has the item been marked as Deleted.
(Inherited from ITimeZoneItem.)
Public propertyCode exampleRegionName
Region name. Required for countries with multiple timezones
(Inherited from ITimeZoneItem.)
Public propertyCode exampleShortName
Short name.
(Inherited from ITimeZoneItem.)
Public propertyCode exampleStdOffset
Standard Time offset in minutes as seen from GMT. Going east is a positive value, going west a negative value Standard Time offset in minutes as seen from GMT. Going east is a negative value, going west a positive value
(Inherited from ITimeZoneItem.)
Top
See Also