System.TimeSpan.TTimeSpan.MaxValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property MaxValue: TTimeSpan read FMaxValue;

C++

/* static */ __property TTimeSpan MaxValue = {read=FMaxValue};

Properties

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

Description

Specifies the maximum TTimeSpan value.

MaxValue is a read-only property that specifies the maximum TTimeSpan value.

See Also