Click or drag to resize

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.
Remarks
This value is optional

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public DateTime? DueDateTime { get; set; }

Property Value

NullableDateTime
The due date time.
See Also