adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Describe Class / GetWeekdayList Method
A bitmask containing the selected days of the week (see ArcanaDevelopment.adTempus.Client.DaySpecification.WeekdayMask).


In This Topic
    GetWeekdayList Method
    In This Topic
    Returns a comma-delimited list of the days of the week selected in a bitmask.
    Syntax
    'Declaration
     
    
    Public Shared Function GetWeekdayList( _
       ByVal weekdayMask As Integer _
    ) As String
    public static string GetWeekdayList( 
       int weekdayMask
    )
    public:
    static String^ GetWeekdayList( 
       int weekdayMask
    ) 

    Parameters

    weekdayMask
    A bitmask containing the selected days of the week (see ArcanaDevelopment.adTempus.Client.DaySpecification.WeekdayMask).

    Return Value

    The list of days.
    See Also