GetTimeOffPolicyDetailModelGrantFirstThenRolloverEnabled Property | |
Gets the flag that shows when a grant and rollover occur on the same day, grant first then rollover
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool GrantFirstThenRolloverEnabled { get; set; }
function get_GrantFirstThenRolloverEnabled();
function set_GrantFirstThenRolloverEnabled(value);
Property Value
BooleanRemarks
Gets the flag that shows when a grant and rollover occur on the same day, grant first then rollover. This value is related to "Misc Time Off Calculations".
Example true
See Also