aqDateTime.GetMinutes Method

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

Description

Use the aqDateTime.GetMinutes method to get the minutes part of the specified Date/Time value.

Declaration

aqDateTime.GetMinutes(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 variable of the Date/Time value whose minutes portion you want to obtain.

Result Value

An integer number ranging from 0 to 59 that corresponds to the minutes 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
GetSeconds Method

Highlight search results