The Portrate Interview Engine

DateFormatValidator Class

Validates a value against known date formats. If none of the date formats match the value, then the validator is triggered. Author: Jacob W Anderson

For a list of all members of this type, see DateFormatValidator Members.

System.Object
   Portrate.Interview.Model.Validation.AbstractValidator
      Portrate.Interview.Model.Validation.DateFormatValidator

[Visual Basic]
Public Class DateFormatValidator
    Inherits AbstractValidator
[C#]
public class DateFormatValidator : AbstractValidator
[C++]
public __gc class DateFormatValidator : public AbstractValidator
[JScript]
public class DateFormatValidator extends AbstractValidator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Portrate.Interview.Model.Validation

Assembly: Portrate.Interview (in Portrate.Interview.dll)

See Also

DateFormatValidator Members | Portrate.Interview.Model.Validation Namespace