Class OnlinerLDateTime
Class providing access to the DATE_AND_TIME (DT) type online variable.
Implements
Inherited Members
Namespace: AXSharp.Connector.ValueTypes
Assembly: AXSharp.Connector.dll
Syntax
public class OnlinerLDateTime : OnlinerBase<DateTime>, ITwinPrimitive, ITwinElement, INotifyPropertyChanged, IValueBoundaries<DateTime>, IOnlineLDateTime, IOnline<DateTime>, IShadowLDateTime, IShadow<DateTime>
Constructors
| Edit this page View SourceOnlinerLDateTime()
Initializes a new instance of the OnlinerDateTime class.
Declaration
public OnlinerLDateTime()
OnlinerLDateTime(ITwinObject, string, string)
Initializes a new instance of the OnlinerLDateTime class.
Declaration
public OnlinerLDateTime(ITwinObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
ITwinObject | parent | Parent object of this instance. |
string | readableTail | Human readable tail of this instance. |
string | symbolTail | Symbol tail of this instance. |
Fields
| Edit this page View SourceMaxValue
Gets the max value of OnlinerDateTime.
Declaration
public static readonly DateTime MaxValue
Field Value
Type | Description |
---|---|
DateTime |
MinValue
Gets the min value of OnlinerDateTime.
Declaration
public static readonly DateTime MinValue
Field Value
Type | Description |
---|---|
DateTime |
Properties
| Edit this page View SourceInstanceMaxValue
Gets the max value for this instance.
Declaration
public override DateTime InstanceMaxValue { get; }
Property Value
Type | Description |
---|---|
DateTime |
Overrides
| Edit this page View SourceInstanceMinValue
Gets the min value for this instance.
Declaration
public override DateTime InstanceMinValue { get; }
Property Value
Type | Description |
---|---|
DateTime |