FirstWeekdayOfMonth Method
In This Topic
Returns an integer indicating what day is the first day of the month in which the specified date occurs (Sunday=1...Saturday=7).
Syntax
'Declaration
Public Shared Function FirstWeekdayOfMonth( _
ByVal As Date _
) As Weekday
public static Weekday FirstWeekdayOfMonth(
DateTime
)
Parameters
- date
See Also