WeekdayDescription Method
 
            
                In This Topic
            
            Gets display name for a 
Weekday value
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Function WeekdayDescription( _
   ByVal  As Weekday _
) As String
             
        
            
            public static string WeekdayDescription( 
   Weekday 
)
             
        
             
        
            Parameters
- value
 
- The Weekday to describe.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also