Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / CalendarInfo Class / GetDayOfWeekName Method / GetDayOfWeekName(DayOfWeek) Method
The System.DayOfWeek value.

In This Topic
    GetDayOfWeekName(DayOfWeek) Method
    In This Topic
    Returns the culture-specific full name of the specified day of the week based on the current UI culture.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetDayOfWeekName( _
       ByVal day As System.DayOfWeek _
    ) As System.String
    public static System.string GetDayOfWeekName( 
       System.DayOfWeek day
    )

    Parameters

    day
    The System.DayOfWeek value.

    Return Value

    The culture-specific full name of the day of the week represented by dayofweek.
    See Also