NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
DateTimeFunctions.GetMonth Method
[This is preliminary documentation and subject to change.]
Gets the month component of the specified date.
[Visual Basic]
<Function(Name:="get-month")>
Public Shared Function GetMonth( _
ByVal
date As
Date _
) As
Integer
[C#]
[Function(Name="get-month")]
public static
int GetMonth(
DateTime date);
Parameters
-
date
- The date of which to get the month component.
Return Value
The month, between 1 and 12.
Remarks
Missing <remarks> documentation for M:NAnt.Core.Functions.DateTimeFunctions.GetMonth(System.DateTime)
See Also
DateTimeFunctions Class | NAnt.Core.Functions Namespace