Click or drag to resize

GetUserLaborLevelInEffectiveDate Property

The EffectiveDate will find user labor-level-details that where in effect on the given date.
* Required Property

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

Property Value

DateTime
Remarks
This value represents the date from which the user labor-level-details was effective.

Note  Note
The EffectiveDate is calculated by looking at the StartDate and EndDate that the user labor-level-detail assignment was made. If the EffectiveDate value provided falls within the start and end dates then it is effectively within the effective date window.
Caution note  Caution
Be sure you are aware of the effective date being passed in this can effect the result set. Using todays date will return the most recent effective date setting.
Example
2012-12-12
See Also