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

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

    Parameters

    time
    The System.DateTime to read.

    Return Value

    A positive integer that represents the day of the year in the time parameter.
    See Also