System.TimeSpan.TTimeSpan.Days

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Days: Integer read GetDays;

C++

__property int Days = {read=GetDays};

Properties

Type Visibility Source Unit Parent
property public
System.TimeSpan.pas
System.TimeSpan.hpp
System.TimeSpan TTimeSpan

Description

Specifies the days component in a time span.

The Days property specifies the days component in a time span. The time interval is measured in days, for consistency reasons. Larger units of time such as months or years have a variable number of days.

See Also