Class OnlinerDate
Class providing access to the DATE type online variable.
Implements
Inherited Members
Namespace: AXSharp.Connector.ValueTypes
Assembly: AXSharp.Connector.dll
Syntax
public class OnlinerDate : OnlinerBase<DateOnly>, ITwinPrimitive, ITwinElement, INotifyPropertyChanged, IValueBoundaries<DateOnly>, IOnlineDate, IOnline<DateOnly>, IShadowDate, IShadow<DateOnly>
Constructors
| Edit this page View SourceOnlinerDate()
Initializes a new instance of the OnlinerDate class.
Declaration
public OnlinerDate()
OnlinerDate(ITwinObject, string, string)
Initializes a new instance of the OnlinerDate class.
Declaration
public OnlinerDate(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 DateOnly InstanceMaxValue { get; }
Property Value
Type | Description |
---|---|
DateOnly |
Overrides
| Edit this page View SourceInstanceMinValue
Gets the min value for this instance.
Declaration
public override DateOnly InstanceMinValue { get; }
Property Value
Type | Description |
---|---|
DateOnly |
Overrides
| Edit this page View SourceMaxValue
Gets the max value of OnlinerDate.
Declaration
public static DateOnly MaxValue { get; }
Property Value
Type | Description |
---|---|
DateOnly |
MinValue
Gets the min value of OnlinerDate.
Declaration
public static DateOnly MinValue { get; }
Property Value
Type | Description |
---|---|
DateOnly |
TIAMaxValue
Gets the max value of OnlinerDate for TIA project.
Declaration
public static DateOnly TIAMaxValue { get; }
Property Value
Type | Description |
---|---|
DateOnly |
TIAMinValue
Gets the min value of OnlinerDate for TIA project.
Declaration
public static DateOnly TIAMinValue { get; }
Property Value
Type | Description |
---|---|
DateOnly |