'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.