GetTimeOffPolicyDetailRuleModelToMonth Property | |
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int ToMonth { get; set; }
function get_ToMonth();
function set_ToMonth(value);
Property Value
Int32Remarks
This value represents the ToMonth of the
GetTimeOffPolicyDetailRuleModel. This is the month for which the rule will stop being applied.
For example if a rule was started that gave a users an extra two hours after a tenor of one year, then the ToMonth could be set at 12.
Note |
---|
This value is correlated as a set. For example an accrual rule set might look something like:
From To
1 12
13 48
49 ...
Where the FromMonth and ToMonth would never have a duplicate value.
|
Example 12
See Also