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  As Integer _
) As String
             
        
            
            public static string GetDayList( 
   int 
)
             
        
             
        
            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