TimeSpan.FromDays

Syntax

FromDays(Days: Double): TimeSpan;

Parameters

Days - the number of days in the time interval.

Description

The FromDays method creates a time interval of the specified number of days.

See also:

TimeSpan