Click or drag to resize

TimeOffset Class

Represents a UTC time offset for COMTRADE - format HhMM.
Inheritance Hierarchy
SystemObject
  GSF.COMTRADETimeOffset

Namespace: GSF.COMTRADE
Assembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.181-beta
Syntax
public class TimeOffset
View Source

The TimeOffset type exposes the following members.

Constructors
 NameDescription
Public methodTimeOffset Creates a new instance of the TimeOffset
Public methodTimeOffset(String) Creates a new instance of the TimeOffset
Top
Properties
 NameDescription
Public propertyHours Gets or sets UTC time offset hours.
Public propertyMinutes Gets or sets UTC time offset minutes.
Public propertyNotApplicable Gets or sets value that determines if offset is not applicable.
Public propertyTickOffset Gets the total TimeOffset value in ticks.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Converts TimeOffset to its string format.
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also