TimecardLineBaseIsMissing Property |
Indicates if time card is missing thus without any transactions. Represents absent days.
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool IsMissing { get; set; }
Public Property IsMissing As Boolean
Get
Set
public:
property bool IsMissing {
bool get ();
void set (bool value);
}
member IsMissing : bool with get, set
Property Value
Type:
BooleanSee Also