Click or drag to resize

ITimeZoneItem Interface

ITimeZoneItem interface

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

The ITimeZoneItem type exposes the following members.

Properties
  NameDescription
Public propertyCities
List of major cities.
Public propertyCode
Unique TimeZone Code. First 2 characters may correspond to a Country's Abbrev2 Code.
Public propertyCountryId
CountryId of the item. This may be zero. The timezone will then be identified by groupname and/or region name
Public propertyCountryName
Localized country name if a valid country id exists.
Public propertyDstOffset
Daylight Saving Time offset in minutes as seen from GMT. Going east is a positive value, going west a negative value.
Public propertyGroupName
Group name. Only used for timezone with no known country
Public propertyId
TZLocationId of the item.
Public propertyIsActive
Has the item been marked as active - visible in TimeZoneSelector.
Public propertyIsBuiltIn
Is this item supplied and maintained by SuperOffice?
Public propertyIsDeleted
Has the item been marked as Deleted.
Public propertyRegionName
Region name. Required for countries with multiple timezones
Public propertyShortName
Short name.
Public propertyStdOffset
Standard Time offset in minutes as seen from GMT. Going east is a positive value, going west a negative value
Top
See Also