Time Shield Library
C++ library for working with time
Toggle main menu visibility
Loading...
Searching...
No Matches
time_conversions.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: MIT
2
#pragma once
3
#ifndef TIME_SHIELD_HEADER_TIME_SHIELD_TIME_CONVERSIONS_HPP_INCLUDED
4
#define TIME_SHIELD_HEADER_TIME_SHIELD_TIME_CONVERSIONS_HPP_INCLUDED
5
8
9
#include "
config.hpp
"
10
#include "
types.hpp
"
11
#include "
constants.hpp
"
12
#include "
enums.hpp
"
13
#include "
time_struct.hpp
"
14
#include "
date_struct.hpp
"
15
#include "
date_time_struct.hpp
"
16
#include "
time_zone_struct.hpp
"
17
18
#include "
time_unit_conversions.hpp
"
19
#include "
unix_time_conversions.hpp
"
20
#include "
date_conversions.hpp
"
21
#include "
date_time_conversions.hpp
"
22
#include "
time_zone_offset_conversions.hpp
"
23
#include "
workday_conversions.hpp
"
24
25
#include "
ole_automation_conversions.hpp
"
26
#include "
astronomy_conversions.hpp
"
27
#include "
time_conversion_aliases.hpp
"
28
29
#endif
// TIME_SHIELD_HEADER_TIME_SHIELD_TIME_CONVERSIONS_HPP_INCLUDED
astronomy_conversions.hpp
Astronomy entry header with Julian conversions and lunar helpers.
config.hpp
Configuration macros for the library.
constants.hpp
Header file with time-related constants.
date_conversions.hpp
Conversions related to calendar dates and DateStruct helpers.
date_struct.hpp
Header for date structure and related functions.
date_time_conversions.hpp
Conversions involving DateTimeStruct and day boundary helpers.
date_time_struct.hpp
Header for date and time structure and related functions.
enums.hpp
Header file with enumerations for weekdays, months, and other time-related categories.
ole_automation_conversions.hpp
OLE Automation Date (OA date) conversions.
time_conversion_aliases.hpp
Doxygen-only stubs for alias functions defined via macros.
time_struct.hpp
Header for time structure and related functions.
time_unit_conversions.hpp
Helper functions for unit conversions between seconds, minutes, hours, and milliseconds.
time_zone_offset_conversions.hpp
Conversions between numeric offsets and TimeZoneStruct.
time_zone_struct.hpp
Header for time zone structure and related functions.
types.hpp
Type definitions for time-related units and formats.
unix_time_conversions.hpp
Conversions related to UNIX-based time units and epochs.
workday_conversions.hpp
Helpers for computing workday-related timestamps.
include
time_shield
time_conversions.hpp
Generated by
1.17.0