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