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

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

    Parameters

    time
    The System.DateTime to read.

    Return Value

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