API:Soap.XSBuiltIns.TXSDuration.TDurationData

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.