Share via


Records.RecordDeclarationDate Method

Gets the record declaration date of the specified item.

Namespace:  Microsoft.Office.RecordsManagement.RecordsRepository
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Shared Function RecordDeclarationDate ( _
    item As SPListItem _
) As Nullable(Of DateTime)
'Usage
Dim item As SPListItem
Dim returnValue As Nullable(Of DateTime)

returnValue = Records.RecordDeclarationDate(item)
public static Nullable<DateTime> RecordDeclarationDate(
    SPListItem item
)

Parameters

Return Value

Type: System.Nullable<DateTime>
Returns Nullable<T>.

See Also

Reference

Records Class

Records Members

Microsoft.Office.RecordsManagement.RecordsRepository Namespace