Click or drag to resize
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.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Nullable<DateTime> SystemEndDate { get; set; }

Property Value

Type: NullableDateTime
See Also