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

DateTimeFunctions Members

DateTimeFunctions overview

Public Static (Shared) Methods

GetDay Gets the day of the month represented by the specified date.
GetDayOfWeek Gets the day of the week represented by the specified date.
GetDayOfYear Gets the day of the year represented by the specified date.
GetDaysInMonth Returns the number of days in the specified month of the specified year.
GetHour Gets the hour component of the specified date.
GetMillisecond Gets the milliseconds component of the specified date.
GetMinute Gets the minute component of the specified date.
GetMonth Gets the month component of the specified date.
GetSecond Gets the seconds component of the specified date.
GetTicks Gets the number of ticks that represent the specified date.
GetYear Gets the year component of the specified date.
IsLeapYear Returns an indication whether the specified year is a leap year.
Now Gets a DateTime that is the current local date and time on this computer.

Public Instance Constructors

DateTimeFunctions Constructor Missing <summary> documentation for M:NAnt.Core.Functions.DateTimeFunctions.#ctor(NAnt.Core.Project,NAnt.Core.PropertyDictionary)

Public Instance Properties

Project (inherited from FunctionSetBase) Gets or sets the Project that this functionset will reference.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

DateTimeFunctions Class | NAnt.Core.Functions Namespace