Click or drag to resize
TurnDtReadyByDue Property
Ready/Due By date for parent Turn WO. User may provide this value explicitly when creating a Turn. If specified, the date will define Turn WO’s Due By value.

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

Property Value

Type: NullableDateTime
See Also