FieldDateTime Class
Specifies a field that contains date and time values.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Field
Microsoft.SharePoint.Client.FieldDateTime
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.FieldDateTime", ServerTypeId := "{4f9dc9b4-d900-40eb-94b9-008abbfb22e1}")> _
Public Class FieldDateTime _
Inherits Field
'Usage
Dim instance As FieldDateTime
[ScriptTypeAttribute("SP.FieldDateTime", ServerTypeId = "{4f9dc9b4-d900-40eb-94b9-008abbfb22e1}")]
public class FieldDateTime : Field
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.