NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
datetime.hpp 文件参考

日期时间处理库 更多...

datetime.hpp 的引用(Include)关系图:

浏览该文件的源代码.

class  date
 日期类 更多...
class  time
 时间类 更多...
class  datetime
 日期时间类 更多...
class  timestamp
 时间戳类 更多...

详细描述

日期时间处理库

此文件提供了完整的日期时间处理功能,包括:

  • 日期类(年、月、日)
  • 时间类(时、分、秒)
  • 日期时间类(日期+时间+时区)
  • 时间戳类
  • 儒略日转换
  • 多种格式的解析和格式化

在文件 datetime.hpp 中定义.