Click or drag to resize
TimeCardItemLongitudeStop Property
Represent geolocation result for “time card stop” action. Supported only for clock-in/out TCIs (i.e. TypeID == TimeCardType.Clock); but we don’t enforce this rule. Both values equal to zero mean geolocation data is not available.

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public decimal LongitudeStop { get; set; }

Property Value

Type: Decimal
See Also