Calendar.LastDayInThisMonth 屬性

定義

取得目前月份的最後一

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

屬性值

Int32

int

目前月份的最後一

適用於

另請參閱