API:Soap.XSBuiltIns.TXSDuration.TDurationData

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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;
};

Eigenschaften

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

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.