WeeklyOvertimeOptionsIsBiweekly Property |
When value is set to false then overtime is being calculated on a Weekly basis, otherwise on Biweekly basis.
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool IsBiweekly { get; set; }
Public Property IsBiweekly As Boolean
Get
Set
public:
property bool IsBiweekly {
bool get ();
void set (bool value);
}
member IsBiweekly : bool with get, set
Property Value
Type:
BooleanSee Also