ReportMessage.Time property
Gets or sets the time when this message occurs.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property Time As DateTime
Get
Set
'Usage
Dim instance As ReportMessage
Dim value As DateTime
value = instance.Time
instance.Time = value
public DateTime Time { get; set; }
Property value
Type: System.DateTime
A DateTime object that represents when this ReportMessage occurs.