FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDateTimeExt..::..LastDayOfTheMonth Method

Retrieves the last day of the month of the date.

Namespace:  System
Assembly:  deDataAccess (in deDataAccess.dll)

Syntax


public static DateTime LastDayOfTheMonth(
	DateTime date
)
Public Shared Function LastDayOfTheMonth ( _
	date As DateTime _
) As DateTime
public:
static DateTime^ LastDayOfTheMonth(
	DateTime^ date
)

Parameters

date
Type: DateTime
A date from the month we want to get the last day.

Return Value

A DateTime representing the last day of the month.