The following tables list the members exposed by the Date type.
Name | Description | |
---|---|---|
![]() |
AggregateGearInputValidationExceptions | Input<bool>: Sets the flag that determines if input validation exceptions should be aggregated in one main exception. (inherited from BaseGear). |
![]() |
Culture | Input<CultureInfo>: The culture that defines the date format. Defaults to "en-US" culture. |
![]() |
Input | Input<TToValidate>: The input that holds the value to validate. (inherited from Validate<TToValidate>). |
![]() |
InputOwner | Input<InputOwner>: The owner of the Input that holds the value to validate. (inherited from Validate<TToValidate>). |
![]() |
InvalidGearInputMessage | Input<string>: Sets the message to include in the input validation exception. (inherited from BaseGear). |
![]() |
InvalidInputMessage | Input<string>: The message to include in a ValidationException when the given Input value is not valid. (inherited from Validate<TToValidate>). |
![]() |
MakeDurable | Input<bool>: Sets the flag that determines if this gear running results will be cached, so that subsequent uses of this same gear deliver its results from that cache instead of from a new full run. (inherited from BaseGear). |