Writing a weekly recurring time interval (ISO 8601)

最后都变了- 提交于 2019-12-10 10:29:13

问题


i need a correct weekly ISO 8601 recurring time interval.

For example, repeat:

Each Monday, 19:00.

I already tried a lot of examples, but nothing worked correctly :-(

Thx for any help!


回答1:


R/2014-W01-1T19:00:00/P1W

Represents a unbounded recurrence with a start date and a duration of one week. The recurrence starts at the first day (Monday) of the week number 01 in the week year 2014. I have used a week date, but you can substitute it with a calendar date or ordinal date, just make sure the date falls on a Monday.



来源:https://stackoverflow.com/questions/20920065/writing-a-weekly-recurring-time-interval-iso-8601

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!