FaultDueDateTime Property |
Gets or sets the due date time.
If this is set, the fault must be resolved until the specified due time which is calculated by the equipment.
Any fault which requires immediate attention must have a due date which is before Now time stamp.
RemarksThis value is optional
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic DateTime? DueDateTime { get; set; }
Public Property DueDateTime As DateTime?
Get
Set
Property Value
NullableDateTime
The due date time.
See Also