UserHomeLaborLevelDetailsLL07EffDate Property | |
Gets the home labor-level-detail(N) effective date for a user, where N can be 1-15.
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public DateTime LL07EffDate { get; set; }
function get_LL07EffDate();
function set_LL07EffDate(value);
Property Value
DateTimeRemarks
This value represent the home labor level or cost center at LaborLevel(N) where N can be 1-15 (i.e. LaborLevel1, LaborLevel15).
The effective date on a labor level is the date in which the labor level started and ended or is still active.
Example 2012-12-13
See Also