System.TimeSpan.TTimeSpan.Negate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Negate: TTimeSpan;

C++

TTimeSpan __fastcall Negate();

Properties

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

Description

Returns the negated value of a time span.

The Negate method returns the negated value of a time span.

See Also