SPUsageProvider.TryGetDateTime 方法
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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
类型:System.String