WeeklyOvertimeOptionsUseWeekly Property |
Indicates if Weekly/Biweekly 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 UseWeekly { get; set; }
Public Property UseWeekly As Boolean
Get
Set
public:
property bool UseWeekly {
bool get ();
void set (bool value);
}
member UseWeekly : bool with get, set
Property Value
Type:
BooleanSee Also