Soap.XSBuiltIns.TXSDuration.TDurationData

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TDurationData = record

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
protected
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSDuration

Beschreibung

Repräsentiert die Daten einer TXSDuration-Instanz.

TDurationData repräsentiert den internen Status einer TXSDuration-Instanz.

Hinweis: Alle public-Eigenschaften einer TXSDuration-Instanz greifen auf Felder aus dem internen TDurationData-Datensatz zu.

Siehe auch