Class OnlinerLTimeOfDay
Class providing access to the TIME_OF_DAY type online variable.
Implements
Inherited Members
Namespace: AXSharp.Connector.ValueTypes
Assembly: AXSharp.Connector.dll
Syntax
public class OnlinerLTimeOfDay : OnlinerBase<TimeSpan>, ITwinPrimitive, ITwinElement, INotifyPropertyChanged, IValueBoundaries<TimeSpan>, IOnlineLTimeOfDay, IOnline<TimeSpan>, IShadowLTimeOfDay, IShadow<TimeSpan>
Constructors
| Edit this page View SourceOnlinerLTimeOfDay()
Initializes a new instance of the OnlinerTimeOfDay class.
Declaration
public OnlinerLTimeOfDay()
OnlinerLTimeOfDay(ITwinObject, string, string)
Initializes a new instance of the OnlinerTimeOfDay class.
Declaration
public OnlinerLTimeOfDay(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 OnlinerTimeOfDay.
Declaration
public static readonly TimeSpan MaxValue
Field Value
Type | Description |
---|---|
TimeSpan |
MinValue
Gets the min value of OnlinerTimeOfDay.
Declaration
public static readonly TimeSpan MinValue
Field Value
Type | Description |
---|---|
TimeSpan |
Properties
| Edit this page View SourceInstanceMaxValue
Gets the max value for this instance.
Declaration
public override TimeSpan InstanceMaxValue { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
Overrides
| Edit this page View SourceInstanceMinValue
Gets the min value for this instance.
Declaration
public override TimeSpan InstanceMinValue { get; }
Property Value
Type | Description |
---|---|
TimeSpan |