clsDateTimeExt..::..FirstDayOfTheMonth Method
Retrieves the first day of the month of the date.
Namespace:
SystemAssembly: 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.