SPUsageProvider.TryGetDateTime method

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Function TryGetDateTime ( _
    col As String _
) As DateTime
'Usage
Dim col As String
Dim returnValue As DateTime

returnValue = Me.TryGetDateTime(col)
protected DateTime TryGetDateTime(
    string col
)

Parameters

Return value

Type: System.DateTime

See also

Reference

SPUsageProvider class

SPUsageProvider members

Microsoft.SharePoint.Administration namespace