TimeCardItemSystemEndDate Property |
Date/time when labor ended (local time of the user) as recorded automatically by application.
Required for “closed” (non-pending) clock-in/out TCIs (i.e. TypeID == TimeCardType.Clock); otherwise NULL.
Namespace: CorrigoService.EntitiesAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DateTime? SystemEndDate { get; set; }
Public Property SystemEndDate As DateTime?
Get
Set
No code example is currently available or this language may not be supported.
Property Value
NullableDateTime
See Also