adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DaySpecification Class / GetWeekday Method / GetWeekday(Weekday) Method
The day of the week


In This Topic
    GetWeekday(Weekday) Method
    In This Topic
    Determines whether the rule applies to the specified day of the week
    Syntax
    'Declaration
     
    
    Public Overloads Function GetWeekday( _
       ByVal weekdayNumber As Weekday _
    ) As Boolean
    public bool GetWeekday( 
       Weekday weekdayNumber
    )
    public:
    bool GetWeekday( 
       Weekday weekdayNumber
    ) 

    Parameters

    weekdayNumber
    The day of the week
    Remarks
    Note that the adTempus ArcanaDevelopment.adTempus.Shared.Weekday enum used here uses different values than the Windows System.DayOfWeek.
    See Also