TimeCardItemEndDate Property |
Date/time when labor ended; local time of the user. This value may be entered and then modified by user. NULL is allowed only for pending clock-in/out TCIs (i.e. TypeID == TimeCardType.Clock).
Namespace: CorrigoService.EntitiesAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DateTime? EndDate { get; set; }
Public Property EndDate As DateTime?
Get
Set
No code example is currently available or this language may not be supported.
Property Value
NullableDateTime
See Also