Soap.XSBuiltIns.TXSDuration.TDurationData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDurationData = record

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

Represents the data of a TXSDuration.

TDurationData is used to represent the internal state of a TXSDuration.

Note: All the public properties from a TXSDuration instance access fields from the internal TDurationData record.

See Also