NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
datetime.hpp 文件参考

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

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

浏览该文件的源代码.

class  neforce::date
 日期类 更多...
class  neforce::time
 时间类 更多...
class  neforce::datetime
 日期时间类 更多...
class  neforce::timestamp
 时间戳类 更多...
struct  neforce::formatter< datetime >
 datetime 格式化器特化 更多...

详细描述

日期时间处理库

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

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

在文件 datetime.hpp 中定义.