Click or drag to resize

GetTimeOffPolicyDetailModelResetDateType Property

The date when the next accrual period begins

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

Property Value

Int32
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
1
See Also