共用方式為


Calendar.LastMonthInThisYear 屬性

定義

取得目前年份的最後一個月

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

屬性值

Int32

int

目前年份的最後一個月

適用於

另請參閱