Click or drag to resize

TimeCardItemSystemStartDate Property

Date/time when labor started (local time of the user) as recorded automatically by application. Required for 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 DateTime? SystemStartDate { get; set; }

Property Value

Type: NullableDateTime
See Also