adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Describe Class / WeekdayDescription Method
The Weekday to describe.


In This Topic
    WeekdayDescription Method
    In This Topic
    Gets display name for a Weekday value
    Syntax
    'Declaration
     
    
    Public Shared Function WeekdayDescription( _
       ByVal value As Weekday _
    ) As String
    public static string WeekdayDescription( 
       Weekday value
    )
    public:
    static String^ WeekdayDescription( 
       Weekday value
    ) 

    Parameters

    value
    The Weekday to describe.
    See Also