Table of Contents

Class ValidateDateTimeValueCommandArguments

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Arguments of the command that validates the format of a DateTime value.

public sealed class ValidateDateTimeValueCommandArguments
Inheritance
object
ValidateDateTimeValueCommandArguments
Extension Methods

Properties

Value

The string value whose format is to be validated.

public string Value { get; set; }

Property Value

string