NAnt SDK Documentation - v0.92 |
|
DateTimeFunctions.GetMinute Method
Gets the minute component of the specified date.
[Visual Basic]
<Function(Name:="get-minute")>
Public Shared Function GetMinute( _
ByVal
date As
Date _
) As
Integer
[C#]
[Function(Name="get-minute")]
public static
int GetMinute(
DateTime date);
Parameters
-
date
- The date of which to get the minute component.
Return Value
The minute, between 0 and 59.
See Also
DateTimeFunctions Class | NAnt.Core.Functions Namespace