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

 

相关文章:

  • 2021-09-08
  • 2021-06-11
  • 2021-07-27
  • 2022-02-21
  • 2018-06-20
  • 2021-12-04
  • 2022-12-23
  • 2021-05-21
猜你喜欢
  • 2021-12-18
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2021-06-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案