TimeSpan.Compose

Syntax

Compose(

Days: Integer;

Hours: Integer;

Minutes: Integer;

Seconds: Integer;

Milliseconds: Integer): TimeSpan;

Parameters

Days - number of days in the interval.

Hours - number of hours in the interval.

Minutes - number of minutes in the interval.

Seconds - number of seconds in the interval.

Milliseconds - number of milliseconds in the interval.

Description

The Compose method creates a date and time value from the specified input parameters.

See also:

TimeSpan