In This Topic
Returns a comma-delimited list of the names of the months selected in a bitmask.
Syntax
'Declaration
Public Shared Function GetMonthList( _
ByVal As Integer _
) As String
public static string GetMonthList(
int
)
public:
static String^ GetMonthList(
int
)
Parameters
- monthMask
- A bitmask containing the selected months (see ArcanaDevelopment.adTempus.Client.DaySpecification.MonthMask).
Return Value
The list of months, or "All months" if all months are selected.
See Also