Share via


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.

See Also

Reference

ReportMessage Class

ReportMessage Members

Microsoft.SharePoint.Publishing.Administration Namespace

ReportMessage