API: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

説明

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