EastAsianLunisolarCalendar.GetDayOfMonth(DateTime) Method

Definition

Calculates the day of the month in the specified date.

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

Parameters

time
DateTime

The DateTime to read.

Returns

An integer from 1 through 31 that represents the day of the month specified in the time parameter.

Applies to