Click or drag to resize

ITimeZoneItem Interface

ITimeZoneItem interface

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface ITimeZoneItem

The ITimeZoneItem type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCities
List of major cities.
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.
Public propertyCode exampleCountryId
CountryId of the item. This may be zero. The timezone will then be identified by groupname and/or region name
Public propertyCode exampleCountryName
Localized country name if a valid country id exists.
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.
Public propertyCode exampleGroupName
Group name. Only used for timezone with no known country
Public propertyCode exampleId
TZLocationId of the item.
Public propertyCode exampleIsActive
Has the item been marked as active - visible in TimeZoneSelector.
Public propertyCode exampleIsBuiltIn
Is this item supplied and maintained by SuperOffice?
Public propertyCode exampleIsDeleted
Has the item been marked as Deleted.
Public propertyCode exampleRegionName
Region name. Required for countries with multiple timezones
Public propertyCode exampleShortName
Short name.
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
Top
See Also