|
nfx-datetime 0.1.1
Cross-platform C++ DateTime library with 100-nanosecond precision and ISO 8601 support
|
High-precision time interval representation with 100-nanosecond tick precision. More...
#include <chrono>#include <compare>#include <cstdint>#include <format>#include <optional>#include <string>#include <string_view>#include "nfx/detail/datetime/TimeSpan.inl"

Go to the source code of this file.
Classes | |
| class | nfx::time::TimeSpan |
| Represents a time interval in 100-nanosecond ticks. More... | |
High-precision time interval representation with 100-nanosecond tick precision.
Provides time duration operations with ISO 8601 duration format support, arithmetic operations, and conversions between various time units. Supports durations ranging from ±10,675,199 days (approximately ±29,247 years).
Definition in file TimeSpan.h.