In This Topic
Returns a DateTime value representing the first day of the month that includes the source date.
Syntax
'Declaration
<PureAttribute()>
Public Shared Function FirstDayOfMonth( _
ByVal As Date _
) As Date
[Pure()]
public static DateTime FirstDayOfMonth(
DateTime
)
[Pure()]
public:
static DateTime FirstDayOfMonth(
DateTime
)
Parameters
- date
See Also