SPUsageProvider.TryGetDateTime method
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Function TryGetDateTime ( _
col As String _
) As DateTime
'用途
Dim col As String
Dim returnValue As DateTime
returnValue = Me.TryGetDateTime(col)
protected DateTime TryGetDateTime(
string col
)
參數
- col
Type: System.String
傳回值
Type: System.DateTime