Enterprise Profile Management Windows SDK
DateCommenced Property
NamespacesHubOne.Epm.ApiAchievementDateCommenced
The date and time the achievement commenced
Declaration Syntax
C#Visual BasicVisual C++
public DateTime DateCommenced { get; set; }
Public Property DateCommenced As DateTime
public:
property DateTime DateCommenced {
	DateTime get ();
	void set (DateTime value);
}
Remarks
The DateCommenced Property represents the date and time the achievement started, as some achievements take a long time (e.g. Duke of Edinburgh's Award). The date and time is stored as UTC time and date. When retrieved by a client, it is reverted to the local date and time, using the current date and time of the calling client. This is an optional field.

Assembly: HubOne.Epm.Api (Module: HubOne.Epm.Api) Version: 1.0.3503.23885 (1.0.0.0)