Calendar.Created property
Gets the date that the calendar was created.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Created As DateTime
Get
'Usage
Dim instance As Calendar
Dim value As DateTime
value = instance.Created
[RemoteAttribute]
public DateTime Created { get; }
Property value
Type: System.DateTime
The time and date of the calendar creation.