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