Soap.XSBuiltIns.TXSDuration.TDurationData

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
protected
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSDuration

Description

Représente les données d'un TXSDuration.

TDurationData est utilisée pour représenter l'état interne d'un TXSDuration.

Remarque : Toutes les propriétés publiques d'une instance de TXSDuration accèdent aux champs de l'enregistrement interne TDurationData.

Voir aussi