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

In This Topic
    GetDayOfYear Method
    In This Topic
    Returns the day of the year in the specified System.DateTime.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function GetDayOfYear( _
       ByVal time As Date _
    ) As Integer
    public override int GetDayOfYear( 
       DateTime time
    )

    Parameters

    time
    The System.DateTime to read.

    Return Value

    An integer from 1 to 366 that represents the day of the year in the specified System.DateTime.
    See Also