共用方式為


Calendar.FirstMonthInThisYear 屬性

定義

取得目前年份的第一個月

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

屬性值

Int32

int

目前年份的第一個月

適用於

另請參閱