Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- col
Type: System.String
Return value
Type: System.DateTime