API:Soap.XSBuiltIns.TXSDuration.TDurationData

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

Delphi

    TDurationData = record
      Year: Integer;
      Month: Integer;
      Day: Integer;
      Hour: Integer;
      Minute: Integer;
      Second: Double;
      Negative: Boolean;
    end;

C++

struct DECLSPEC_DRECORD TDurationData
{
public:
    int Year;
    int Month;
    int Day;
    int Hour;
    int Minute;
    double Second;
    bool Negative;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
protected
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSDuration

説明

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