FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDateTimeExt..::..FirstDayOfTheMonth Method

Retrieves the first day of the month of the date.

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

Syntax


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

Parameters

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

Return Value

A DateTime representing the first day of the month.