[]
        
(Showing Draft Content)

C1.Globalization.JapaneseCalendarEx.GetMonth

GetMonth Method

GetMonth(DateTime)

Returns the month in the specified DateTime.

Declaration
public override int GetMonth(DateTime time)
Public Overrides Function GetMonth(time As Date) As Integer
Parameters
Type Name Description
DateTime time

The DateTime to read.

Returns
Type Description
int

An integer from 1 to 12 that represents the month in the specified DateTime.

Overrides