Class OnlinerLTime
Class providing access to the LTIME type online variable.
Implements
Inherited Members
Namespace: AXSharp.Connector.ValueTypes
Assembly: AXSharp.Connector.dll
Syntax
public class OnlinerLTime : OnlinerBase<TimeSpan>, ITwinPrimitive, ITwinElement, INotifyPropertyChanged, IValueBoundaries<TimeSpan>, IOnlineLTime, IOnline<TimeSpan>, IShadowLTime, IShadow<TimeSpan>
Constructors
| Edit this page View SourceOnlinerLTime()
Initializes a new instance of the OnlinerTime class.
Declaration
public OnlinerLTime()
OnlinerLTime(ITwinObject, string, string)
Initializes a new instance of the OnlinerLTime class.
Declaration
public OnlinerLTime(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. |
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 |
Overrides
| Edit this page View SourceMaxValue
Gets the max value of OnlinerLTime.
Declaration
public static TimeSpan MaxValue { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
MinValue
Gets the min value of OnlinerLTime.
Declaration
public static TimeSpan MinValue { get; }
Property Value
Type | Description |
---|---|
TimeSpan |