Click or drag to resize

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.Entities
Assembly:  ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public DateTime? EndDate { get; set; }

Property Value

Type: NullableDateTime
See Also