API:System.TimeSpan.TTimeSpan.operator Addition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function TryParse(const S: string; out Value: TTimeSpan): Boolean; static;
class operator Add(const Left, Right: TTimeSpan): TTimeSpan;
class operator Add(const Left, Right: TTimeSpan): TTimeSpan;
class operator Add(const Left: TTimeSpan; Right: TDateTime): TDateTime;
class operator Add(const Left, Right: TTimeSpan): TTimeSpan;
class operator Add(const Left: TTimeSpan; Right: TDateTime): TDateTime;
class operator Add(const Left: TDateTime; Right: TTimeSpan): TDateTime;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.