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: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public DateTime? DueDateTime { get; set; }

Property Value

NullableDateTime
The due date time.
See Also