| GetTimeOffPolicyDetailModelResetDateType Property |  | 
                The date when the next accrual period begins
            
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic int ResetDateType { get; set; }function get_ResetDateType();
function set_ResetDateType(value);
Property Value
Int32 Remarks
Remarks
                The date when the next accrual period begins.  The three different reset date types are: 
                1. (0) Calendar (January 1st) 
                2. (1) Accrual Start Date 
                3. (2) Other Customer Date.  Also 
ResetDateOther
                
                This value is also related to "Reset Date Sections". 
                
 Example
Example1
 See Also
See Also