Gets the minute component of the given DateTime.

Syntax

Smartsite SXML CopyCode image Copy Code
integer datetime.getminutes()
integer datetime.getminutes(datetime dt)

Parameters

Name Data Type Description
dt DateTime A DateTime.

Return Value

Data Type Description
Integer The minute component of the given DateTime.

Expand image Example

SXML