Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DigitalDelivery Namespace / DigitalGood Class / ParseTimeout Method
The timeout string
Number of days
Number of hours
Number of minutes
In This Topic
    ParseTimeout Method
    In This Topic
    Parses a timeout string of the format "days,hours,minutes"
    Syntax
    public static void ParseTimeout( 
       string timeout,
       out int days,
       out int hours,
       out int minutes
    )

    Parameters

    timeout
    The timeout string
    days
    Number of days
    hours
    Number of hours
    minutes
    Number of minutes
    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