TimeOffset Class

Represents a UTC time offset for COMTRADE - format HhMM.

Definition

Namespace: Gemstone.COMTRADE
Assembly: Gemstone.COMTRADE (in Gemstone.COMTRADE.dll) Version: 1.0.128 -- Release Build+c1068d6f7b1cbea5c860803b7fe23d1a1d3918a0
public class TimeOffset
Inheritance
Object    TimeOffset

Constructors

TimeOffset Creates a new instance of the TimeOffset
TimeOffset(String) Creates a new instance of the TimeOffset

Properties

Hours Gets or sets UTC time offset hours.
Minutes Gets or sets UTC time offset minutes.
NotApplicable Gets or sets value that determines if offset is not applicable.
TickOffset Gets the total TimeOffset value in ticks.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Converts TimeOffset to its string format.
(Overrides ObjectToString)

See Also