System.TimeSpan.TTimeSpan.Zero

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Zero: TTimeSpan read FZero;

C++

/* static */ __property TTimeSpan Zero = {read=FZero};

Properties

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

Description

Represents the zero TTimeSpan value.

Zero is a read-only property that represents the zero TTimeSpan value.

See Also