SPMobileDateTimeField.Value Property

Gets the value in the UI of the control.

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

Syntax

Public Overrides ReadOnly Property Value As Object
    Get

Dim instance As SPMobileDateTimeField
Dim value As Object

value = instance.Value
public override Object Value { get; }

Property Value

Type: System.Object
A Object, specifically, a DateTime, that represents the value of the field in the UI. If a user has changed this value but not saved the change, then it will not be the same as the actual value of the underlying SPFieldDateTime object that the SPMobileDateTimeField is rendering. ItemFieldValue() represents the actual current value of the SPFieldDateTime object.

See Also

Reference

SPMobileDateTimeField Class

SPMobileDateTimeField Members

Microsoft.SharePoint.MobileControls Namespace