Represents the definition of a property that holds a DateTime value. A PropertyDefinitionDateTime object is created from a PropertyTemplateDateTime object and contains mutable property metadata that you can customize. When a PropertyDefinitionDateTime object is added to a class definition's PropertyDefinitions collection, a user-defined property is created in that class.


The following tables list the members exposed by IPropertyDefinitionDateTime.

Public Properties

  Name Description
Public property PropertyDefaultDateTime Specifies the default value for a property that returns a DATE data type.
Public property PropertyMaximumDateTime Specifies the maximum value for a property that returns a DATE data type.
Public property PropertyMinimumDateTime Specifies the minimum value for a property that returns a DATE data type.
Top

See Also