Soap.XSBuiltIns.TXSTime.Second

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Second: Word read GetSecond write SetSecond default 0;

C++

__property System::Word Second = {read=GetSecond, write=SetSecond, default=0};

Properties

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

Description

Indicates the second of the minute that the object represents.

Use Second to get or set the seconds portion of the time value. Valid Second values are 0 through 59.

See Also