Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Common Namespace / DateTimeExtension Class / IsMinOrMax Method
The input DateTime value.
In This Topic
    IsMinOrMax Method
    In This Topic
    Checks if DateTime object has minimum or maximum value
    Syntax
    [Extension()]
    public static bool IsMinOrMax( 
       DateTime value
    )

    Parameters

    value
    The input DateTime value.

    Return Value

    True if DateTime object has minimum or maximum value.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also