SPFieldDateTime.GetFieldValue method
當欄位型別需要複雜的資料型別不同於父欄位型別時,請將指定的值轉換成欄位型別值物件中。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides Function GetFieldValue ( _
value As String _
) As Object
'用途
Dim instance As SPFieldDateTime
Dim value As String
Dim returnValue As Object
returnValue = instance.GetFieldValue(value)
public override Object GetFieldValue(
string value
)
參數
value
Type: System.String要轉換的欄位型別值物件的字串。
傳回值
Type: System.Object
Object
欄位型別值物件。