TimeSpan.FromDays

Syntax

FromDays(Days: Double): TimeSpan;

Parameters

Days. The number of days in time interval.

Description

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

See also:

TimeSpan