Class OnlinerDateTime
Class providing access to the DATE_AND_TIME (DT) type online variable.
Implements
System.ComponentModel.INotifyPropertyChanged
IValueBoundaries<System.DateTime>
IOnline<System.DateTime>
IShadow<System.DateTime>
Inherited Members
Namespace: Vortex.Connector.ValueTypes
Assembly: Vortex.Connector.dll
Syntax
public class OnlinerDateTime : OnlinerBaseType<DateTime>, IValueTag, ITwinPrimitive, IVortexElement, INotifyPropertyChanged, IValueBoundaries<DateTime>, IOnlineDateTime, IOnline<DateTime>, IShadowDateTime, IShadow<DateTime>
Constructors
OnlinerDateTime()
Initializes a new instance of the OnlinerDateTime class.
Declaration
public OnlinerDateTime()
OnlinerDateTime(IVortexObject, String, String)
Initializes a new instance of the OnlinerDateTime class.
Declaration
public OnlinerDateTime(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortexObject | parent | Parent object of this instance. |
System.String | readableTail | Human readable tail of this instance. |
System.String | symbolTail | Symbol tail of this instance. |
Fields
MaxValue
Gets the max value of OnlinerDateTime.
Declaration
public static readonly DateTime MaxValue
Field Value
Type | Description |
---|---|
System.DateTime |
MinValue
Gets the min value of OnlinerDateTime.
Declaration
public static readonly DateTime MinValue
Field Value
Type | Description |
---|---|
System.DateTime |
Properties
InstanceMaxValue
Gets the max value for this instance.
Declaration
public override DateTime InstanceMaxValue { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.DateTime>.InstanceMaxValue
InstanceMinValue
Gets the min value for this instance.
Declaration
public override DateTime InstanceMinValue { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.DateTime>.InstanceMinValue
Implements
System.ComponentModel.INotifyPropertyChanged