Click or drag to resize

Timezone Class

Represents a timezone.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APITimezone

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0+44a51f72c26ddcf0e9b8d6357aa5d7af811c88c6
Syntax
public class Timezone

The Timezone type exposes the following members.

Constructors
 NameDescription
Public methodTimezoneInitializes a new instance of the Timezone class
Top
Properties
 NameDescription
Public propertyDifferenceToGmt The offset between the Timezone and GMT.
Public propertyGUID Unique identifier for the timezone.
Public propertyName Timezone name.
Public propertySystemName Timezone name in the system.
Top
See Also