SPFieldDateTime.GetFieldValue method

Converts the specified value into a field type value object when the field type requires a complex data type that is different from the parent field type.

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

Syntax

public override Object GetFieldValue(
    string value
)

Parameters

  • value
    Type: System.String

    A string to convert into a field type value object.

Return value

Type: System.Object
Object
The field type value object.

See also

Reference

SPFieldDateTime class

SPFieldDateTime members

Microsoft.SharePoint namespace