【Android-Calender】DAY_OF_WEEK与DAY_OF_WEEK_IN_MONTH

1. 比较 Calendar.DAY_OF_WEEK 与 Calendar.DAY_OF_WEEK_IN_MONTH

根据文档:

int DAY_OF_WEEK

Field number for get and set indicating the day of the week.

int DAY_OF_WEEK_IN_MONTH

Field number for get and set indicating the ordinal number of the day of the week within the current month.

现场测试:

【Android-Calender】DAY_OF_WEEK与DAY_OF_WEEK_IN_MONTH 

 

 

测试日期 DAY_OF_WEEK DAY_OF_WEEK_IN_MONTH   测试日期 DAY_OF_WEEK DAY_OF_WEEK_IN_MONTH
1月1日 4 1   1月8日 4 1
1月2日 5 1   1月12日 1 2
1月3日 6 1   1月14日 3 2
1月4日 7 1   1月21日 3 3
1月5日 1 1   1月25日 7 4
1月6日 2 1   1月30日 5 5
1月7日 3 1   1月31日 6 5