SPFieldDateTime Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SPFieldDateTime class.
Overload List
Name | Description | |
---|---|---|
SPFieldDateTime(SPFieldCollection, String) | Initializes a new instance of the SPFieldDateTime class based on the specified field collection and field name. | |
SPFieldDateTime(SPFieldCollection, String, String) | Initializes a new instance of the SPFieldDateTime class based on the specified field collection, type name, and field name. Use this constructor to create a field that does not exist in the collection. |
Top