Click or drag to resize

TimeZone Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelTimeZone

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class TimeZone : IObjectWithId, ICloneable, 
	INamedObject

The TimeZone type exposes the following members.

Constructors
  NameDescription
Public methodTimeZone
Top
Properties
  NameDescription
Public propertyBias
Angiver et antal minutter (+/-) i.f.t. UTC.
Public propertyId
Public propertyName
Navn for tidszonen som svarer til TimeZoneSource api’ets navngivning, f.eks. (GMT+01:00) Brussels, Copenhagen, Madrid, Paris
Public propertyStandardName
Standard name for the timezone, for instance Romance Standard Time
Top
Methods
  NameDescription
Public methodClone
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIObjectWithId.GetId
Top
See Also