EastAsianLunisolarCalendar.GetMonth(DateTime) Метод
Определение
Возвращает номер месяца из заданной даты.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
Параметры
Возвращаемое значение
Целое число от 1 до 13, обозначающее месяц в заданном параметре time
.An integer from 1 to 13 that represents the month specified in the time
parameter.