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+e7e3767923adbb9f0ecdf32b953b5fcc84ef0a32
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