Struct local_time
Synopsis
#include <include/cpptoml.h>
struct local_time
Description
No description yet.
Mentioned in
- Getting Started / Obtaining Basic Values
Inheritance
Decsendents: local_datetime
Source
Lines 107-113 in include/cpptoml.h.
struct local_time
{
int hour = 0;
int minute = 0;
int second = 0;
int microsecond = 0;
};