Enterprise Profile Management Windows SDK
Education Constructor (title, description, institution, dateCommenced, dateCompleted)
NamespacesHubOne.Epm.ApiEducationEducation(String, String, String, DateTime, DateTime)
Creates a new Education Object, with its parameters completed
Declaration Syntax
C#Visual BasicVisual C++
public Education(
	string title,
	string description,
	string institution,
	DateTime dateCommenced,
	DateTime dateCompleted
)
Public Sub New ( _
	title As String, _
	description As String, _
	institution As String, _
	dateCommenced As DateTime, _
	dateCompleted As DateTime _
)
public:
Education(
	String^ title, 
	String^ description, 
	String^ institution, 
	DateTime dateCommenced, 
	DateTime dateCompleted
)
Parameters
title (String)
The title of the education, for example Bachelor of Science
description (String)
The description of the education, for more obscure courses and examinations
institution (String)
The institution or organisation providing the education
dateCommenced (DateTime)
The date the education commenced
dateCompleted (DateTime)
The date the education completed

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