DateTimeParameter Methods

The DateTimeParameter type exposes the following members.

Methods
  NameDescription
Public methodAddValidValue(DateTime, String, String)
Adds a new value to the supported list of valid values.
Public methodAddValidValue(ParameterValue, String, String)
Adds a new value to the supported list of valid values.
(Inherited from GenericParameter.)
Public methodCheckValue
Checks the specified value if it valid for the current instance.
(Overrides ParameterCheckValue(ParameterValue).)
Protected methodSetValidValuesSource
Sets the valid values source for the current parameter.
(Inherited from GenericParameter.)
Public methodToString
Returns a string that represents the current object.
(Inherited from DescriptorBase.)
Top
See Also