aqDateTime.GetMinutes Method

Applies to TestComplete 14.10, last modified on June 5, 2019

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
aqDateTime.GetDayOfWeek Method
aqDateTime.GetDayOfYear Method
aqDateTime.GetDay Method
aqDateTime.GetMonth Method
aqDateTime.GetYear Method
aqDateTime.GetHours Method
aqDateTime.GetSeconds Method

Highlight search results