adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Describe Class / GetDayList Method
A bitmask containing the selected day numbers (see ArcanaDevelopment.adTempus.Client.DaySpecification.DayMask).


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

    Parameters

    dayMask
    A bitmask containing the selected day numbers (see ArcanaDevelopment.adTempus.Client.DaySpecification.DayMask).

    Return Value

    The list of days, or "All days" if all days are selected.
    See Also