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