Soap.XSBuiltIns.TXSDuration.Minute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Minute: Integer read FData.Minute write FData.Minute;

C++

__property int Minute = {read=FData.Minute, write=FData.Minute, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSDuration

Description

Sets and gets the number of minutes of this TXSDuration.

Use this property to manipulate the number of minutes of this TXSDuration.

See Also