GetPayrollPayTypeModelStartDateTime Property | |
The date time in which the pay type will start to be effective
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public DateTime StartDateTime { get; set; }
function get_StartDateTime();
function set_StartDateTime(value);
Property Value
DateTimeRemarks
The date time in which the pay type will start to be effective.
Example 11/04/2016
See Also