ComponentOne CalendarView for WinForms
C1.Globalization Namespace / JapaneseCalendarEx Class / GetDayOfWeek Method
The System.DateTime to read.

In This Topic
    GetDayOfWeek Method
    In This Topic
    When overridden in a derived class, returns the day of the week in the specified System.DateTime.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetDayOfWeek( _
       ByVal time As Date _
    ) As DayOfWeek
    public override DayOfWeek GetDayOfWeek( 
       DateTime time
    )

    Parameters

    time
    The System.DateTime to read.

    Return Value

    A System.DayOfWeek value that represents the day of the week in the time parameter.
    See Also