ConsecutiveDayDaysCount Property |
Number of consecutive days after which consecutive days overtime will start to be calculated.
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int DaysCount { get; set; }
Public Property DaysCount As Integer
Get
Set
public:
property int DaysCount {
int get ();
void set (int value);
}
member DaysCount : int with get, set
Property Value
Type:
Int32See Also