System.TimeSpan.TTimeSpan.MinValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property MinValue: TTimeSpan read FMinValue;

C++

/* static */ __property TTimeSpan MinValue = {read=FMinValue};

Properties

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

Description

Specifies the minimum TTimeSpan value.

MinValue is a read-only property that specifies the minimum TTimeSpan value.

See Also