Class ValidateDateValueCommandArguments
Arguments of the command that validates the format of a Date value.
public sealed class ValidateDateValueCommandArguments
- Inheritance
-
objectValidateDateValueCommandArguments
- Extension Methods
Properties
Value
The string value whose format is to be validated.
public string Value { get; set; }
Property Value
- string