TimeFormatValidator public class TimeFormatValidator : IFormatValidator Validator for "Time" format. Documentation Code public string Format { get; } Gets the format attribute's value. public ValidationErrorKind ValidationErrorKind { get; } Gets the kind of error produced by validator. public TimeFormatValidator() public bool IsValid(string value, JTokenType tokenType) Validates format of given value.