NAnt SDK Documentation - v0.85-nightly-2005-11-09

DateTimeFunctions.Now Method 

[This is preliminary documentation and subject to change.]

Gets a DateTime that is the current local date and time on this computer.

[Visual Basic]
<Function(Name:="now")>
Public Shared Function Now() As Date
[C#]
[Function(Name="now")]
public static DateTime Now();

Return Value

A DateTime whose value is the current date and time.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.DateTimeFunctions.Now

See Also

DateTimeFunctions Class | NAnt.Core.Functions Namespace