EastAsianLunisolarCalendar.GetMonth(DateTime) Method

Definition

Returns the month in the specified date.

public:
 override int GetMonth(DateTime time);
public override int GetMonth (DateTime time);
override this.GetMonth : DateTime -> int
Public Overrides Function GetMonth (time As DateTime) As Integer

Parameters

time
DateTime

The DateTime to read.

Returns

An integer from 1 to 13 that represents the month specified in the time parameter.

Applies to