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

In This Topic
    GetDayOfWeek Method (JapaneseCalendarEx)
    In This Topic
    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 specified System.DateTime.
    See Also