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


In This Topic
    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 date As Date _
    ) As Weekday
    [Pure()]
    public static Weekday FirstWeekdayOfMonth( 
       DateTime date
    )
    [Pure()]
    public:
    static Weekday FirstWeekdayOfMonth( 
       DateTime date
    ) 

    Parameters

    date
    See Also