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
<PureAttribute()>
Public Shared Function FirstWeekdayOfMonth( _
ByVal As Date _
) As Weekday
[Pure()]
public static Weekday FirstWeekdayOfMonth(
DateTime
)
[Pure()]
public:
static Weekday FirstWeekdayOfMonth(
DateTime
)
Parameters
- date
See Also