adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeHandling Class / OccurrenceInMonth Method


In This Topic
    OccurrenceInMonth Method
    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 value As Date _
    ) As Integer
    public static int OccurrenceInMonth( 
       DateTime value
    )
    public:
    static int OccurrenceInMonth( 
       DateTime value
    ) 

    Parameters

    value
    See Also