Click or drag to resize

GetTimeOffPolicyDetailModelGrantTimeAtType Property

Gets the grant frequency time type

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

Property Value

Int32
Remarks
Gets the grant frequency time type. Where the type could be beginning or end.

The current enum types are as follows:
beginning = 0, end = 1

Note  Note
The setting determines when time will accrue. At the 'beginning' or 'end' of the grant period.
Example
0
See Also