OvertimeDefinitionCalculateOT Property |
Indicates if overtime calculation is enabled for this level.
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool CalculateOT { get; set; }
Public Property CalculateOT As Boolean
Get
Set
public:
property bool CalculateOT {
bool get ();
void set (bool value);
}
member CalculateOT : bool with get, set
Property Value
Type:
BooleanSee Also