aqDateTime.GetSeconds Method

Applies to TestComplete 15.62, last modified on March 14, 2024

Description

Use the aqDateTime.GetSeconds method to get the seconds part of the specified Date/Time value.

Declaration

aqDateTime.GetSeconds(InputDate)

InputDate [in]    Required    Date/Time    
Result Integer

Applies To

The method is applied to the following object:

Parameters

The method has the following parameter:

InputDate

Specifies the Date/Time value whose seconds portion you want to obtain.

Result Value

An integer number ranging from 0 to 59 that corresponds to the seconds part of the given time value.

See Also

Working With Dates
Working With Time
GetDayOfWeek Method
GetDayOfYear Method
GetDay Method
GetMonth Method
GetYear Method
GetHours Method
GetMinutes Method

Highlight search results