Soap.XSBuiltIns.TXSDuration.TDurationData

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

Delphi

TDurationData = record

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

説明

TXSDuration オブジェクトのデータを表します。

TDurationData は、TXSDuration の内部状態を表すために使用されます。

メモ: TXSDuration インスタンスからの public プロパティはすべて、内部 TDurationData レコードからのフィールドにアクセスします。

関連項目