Click or drag to resize

GetTimeOffPolicyDetailRuleModelToMonth Property

Gets the ToMonth of the current GetTimeOffPolicyDetailRuleModel

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int ToMonth { get; set; }

Property Value

Int32
Remarks
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  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