Click or drag to resize
WorkOrderDtDue Property
Local time indicating moment when WO becomes overdue; Computed based on work zone settings and WO priority (which makes it dependent on WO items); can be overridden by end user

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Nullable<DateTime> DtDue { get; set; }

Property Value

Type: NullableDateTime
See Also