API:System.TimeSpan.TTimeSpan.operator Addition

提供: RAD Studio API Documentation
移動先: 案内検索

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;

プロパティ

種類 可視性 ソース ユニット
function public System.TimeSpan.pas System.TimeSpan TTimeSpan

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。