OvertimeOptionsUseOvertime Property |
Indicates if overtime is being calculated.
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool UseOvertime { get; set; }
Public Property UseOvertime As Boolean
Get
Set
public:
property bool UseOvertime {
bool get ();
void set (bool value);
}
member UseOvertime : bool with get, set
Property Value
Type:
BooleanSee Also