Represents the fixed description of a property that holds a DateTime value. A PropertyDescriptionDateTime object contains immutable property metadata, which you cannot directly modify.


The following tables list the members exposed by IPropertyDescriptionDateTime.

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.
Public property PropertySelectionsDateTime Specifies a DateTimeList object that contains the list of DateTime values that can be assigned to the property described by this PropertyDescriptionDateTime object.
Top

See Also