System.TimeSpan.TTimeSpan.MaxValue

From RAD Studio API Documentation
Revision as of 05:04, 26 October 2011 by L10nBot (talk | contribs) (restored from VCL Wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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