FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDateTimeExt..::..First Method

Gets a DateTime representing the first day in the current month

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

Syntax


public static DateTime First(
	DateTime current
)
Public Shared Function First ( _
	current As DateTime _
) As DateTime
public:
static DateTime^ First(
	DateTime^ current
)

Parameters

current
Type: DateTime
The current date

Return Value

DateTime.