| GetTimeOffPolicyDetailRuleModelFromMonth Property |  | 
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic int FromMonth { get; set; }function get_FromMonth();
function set_FromMonth(value);
Property Value
Int32 Remarks
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 | 
|---|
| 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
Example24
 See Also
See Also