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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic DateTime? DueDateTime { get; set; }Public Property DueDateTime As DateTime?
Get
Set
Property Value
NullableDateTime
The due date time.
See Also