Search Results for

    Show / Hide Table of Contents

    Enum IsDateValidResult

    Outcome of validating an entered date/time value: whether it is valid, malformed, or falls below the minimum or above the maximum allowed date.

    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public enum IsDateValidResult

    Fields

    Name Description
    GreaterThanMaxDate
    Invalid
    LessThanMinDate
    Valid
    • View Source
    In this article
    Back to top Generated by DocFX