timespan::parse

Constructs a TimeSpan from a time indicated by a specified string.

Usage

timespan timespan::parse(s)

Parameters

Name Type Description
s string A string.

Return Value

A TimeSpan that corresponds to s.

Exceptions

The function will fail in any of the following circumstances:

Requirements

Assembly: NAnt.Core (0.91.4312.0)