In This Topic
Indicates what occurrence of a given day of the week the specified date represents. For example, if the value is a Monday, this method
determines whether it is the first, second, third, fourth, or fifth Monday of the month.
Syntax
'Declaration
Public Shared Function OccurrenceInMonth( _
ByVal As Date _
) As Integer
public static int OccurrenceInMonth(
DateTime
)
public:
static int OccurrenceInMonth(
DateTime
)
Parameters
- value
See Also