AddUserProfileStartDate Property | |
Gets the start date assigned to a user
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public DateTime? StartDate { get; set; }
function get_StartDate();
function set_StartDate(value);
Property Value
NullableDateTimeRemarks
Gets the start date assigned to a user. This value represents the date from which the user status will be active.
Note |
---|
Setup:
Manager > Employees > Information Tab
|
Example 2012-12-12
See Also