ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.JpCalendar Namespace / JapaneseCalendarEx Class / GetDayOfWeek Method
The System.DateTime to read.

In This Topic
    GetDayOfWeek Method
    In This Topic
    Returns the day of the week in the specified System.DateTime.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable 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