文件名称:iso_year_week_day:将ISO8601年-周-日转换为time_t的简短例程
文件大小:9KB
文件格式:ZIP
更新时间:2024-04-29 01:43:48
C
iso_year_week_day 将ISO-8601年-周-日转换为time_t的简短例程 有关ISO-8601的详细信息,请参见 磁盘驱动器的制造日期似乎是ISO(年,周,日),这并不完全清楚。 time_t iso_year_week_day_tm (int year, int week, int day, int hour, int min, int sec, struct tm* tm); time_t iso_year_week_day_tm (int year, int week, int day, struct tm* tm); 从ISO-8601的年,周,日转换为time_t,并在struct tm对象中返回相同的信息(如果不是NULL。) time_t iso_year_week_day (int year, int week, int
【文件预览】:
iso_year_week_day-main
----src()
--------iso_year_week_day.h(960B)
--------convert_iso_year_week_day.c(1KB)
--------Makefile(1KB)
--------convert_iso_year_month_day.c(981B)
--------iso_year_week_day.c(2KB)
--------iso_year_month_day_week_dow.c(1012B)
----LICENSE(7KB)
----README.md(2KB)
----.gitignore(430B)