DateTimeField.TimeOnly property

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

Syntax

'Declaration
Public Property TimeOnly As Boolean
    Get
    Set
'Usage
Dim instance As DateTimeField
Dim value As Boolean

value = instance.TimeOnly

instance.TimeOnly = value
public bool TimeOnly { get; set; }

Property value

Type: System.Boolean

See also

Reference

DateTimeField class

DateTimeField members

Microsoft.SharePoint.WebControls namespace