Enterprise Profile Management Windows SDK
Achievement Constructor (title, description, dateCommenced, dateCompleted)
NamespacesHubOne.Epm.ApiAchievementAchievement(String, String, DateTime, DateTime)
Creates a new Achievement Object, with its parameters completed
Declaration Syntax
C#Visual BasicVisual C++
public Achievement(
	string title,
	string description,
	DateTime dateCommenced,
	DateTime dateCompleted
)
Public Sub New ( _
	title As String, _
	description As String, _
	dateCommenced As DateTime, _
	dateCompleted As DateTime _
)
public:
Achievement(
	String^ title, 
	String^ description, 
	DateTime dateCommenced, 
	DateTime dateCompleted
)
Parameters
title (String)
The title of the achievement, for example Killed two birds with one stone
description (String)
The description of the achievement
dateCommenced (DateTime)
The date the achievement commenced
dateCompleted (DateTime)
The date the achievement completed

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