Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / Misc Class / AdjustDatesForMinMaxTime Method
DateTime valude which you need to set to minimum available time.
DateTime valude which you need to set to maximum available time.
In This Topic
    AdjustDatesForMinMaxTime Method
    In This Topic
    Adjusts the start and end dates to minimum and maximum value of time available for each date.
    Syntax
    public static void AdjustDatesForMinMaxTime( 
       DateTime startDate,
       DateTime endDate
    )

    Parameters

    startDate
    DateTime valude which you need to set to minimum available time.
    endDate
    DateTime valude which you need to set to maximum available time.
    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