adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DaySpecification Class / GetWeekday Method / GetWeekday(Int32) Method
The day of the week. This must be one of the ArcanaDevelopment.adTempus.Shared.Weekday values


In This Topic
    GetWeekday(Int32) 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 Integer _
    ) As Boolean
    public bool GetWeekday( 
       int weekdayNumber
    )
    public:
    bool GetWeekday( 
       int weekdayNumber
    ) 

    Parameters

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