Click or drag to resize

GetTimeOffPolicyDetailRuleModelFromMonth Property

Gets the FromMonth 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 FromMonth { get; set; }

Property Value

Int32
Remarks
This value represents the FromMonth of the GetTimeOffPolicyDetailRuleModel. This is the month for which the rule will start 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 FromMonth could be set at 13.

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
24
See Also