Calendar.LastDayInThisMonth Property

Definition

Gets the last Day of the current Month.

public:
 property int LastDayInThisMonth { int get(); };
int LastDayInThisMonth();
public int LastDayInThisMonth { get; }
var int32 = calendar.lastDayInThisMonth;
Public ReadOnly Property LastDayInThisMonth As Integer

Property Value

Int32

int

The last Day of the current Month.

Applies to

See also