adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Describe Class / GetMonthList Method
A bitmask containing the selected months (see ArcanaDevelopment.adTempus.Client.DaySpecification.MonthMask).


In This Topic
    GetMonthList Method
    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 monthMask As Integer _
    ) As String
    public static string GetMonthList( 
       int monthMask
    )
    public:
    static String^ GetMonthList( 
       int monthMask
    ) 

    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