Soap.XSBuiltIns.TXSDuration.GetSecond

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSecond: Integer;

C++

int __fastcall GetSecond();

Properties

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

Description

Gets the Second field of this TXSDuration object as an integer value.

GetSecond truncates the value of the Second field to an integer and returns the obtained result.

See Also