datetime::get-minute

Gets the minute component of the specified date.
int datetime::get-minute(date)

Parameters

Name Type Description
date DateTime The date of which to get the minute component.

Return Value

The minute, between 0 and 59.

Requirements

Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions