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


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

    Parameters

    day
    The day of the week
    See Also