![]() |
Vault
4.1
|
#include "vinstant.h"#include "vtypes_internal.h"#include "vcodepoint.h"#include "vstring.h"#include "vexception.h"Go to the source code of this file.
Defines | |
| #define | INSTANT_STRUCT_FORMAT "%d-%02d-%02d %02d:%02d:%02d.%03d" |
| #define | LEGACY_FORMATTER_IS_UTC true |
| #define | LEGACY_FORMATTER_IS_LOCAL false |
| #define | SSCANF_FORMAT_UTC_WITH_MILLISECONDS "%d-%02d-%02d %02d:%02d:%02d.%03d UTC" |
| #define | SSCANF_FORMAT_LOCAL_WITH_MILLISECONDS "%d-%02d-%02d %02d:%02d:%02d.%03d" |
| #define | DEFAULT_FORMAT_SPECIFIER "y-MM-dd HH:mm:ss.SSS" |
| #define | V_DEFAULT_LOCALE "en-us" |
Functions | |
| VDuration | operator/ (const VDuration &d, int divisor) |
| VDuration | operator% (const VDuration &d, const VDuration &divisor) |
Definition in file vinstant.cpp.
| VException | if the divisor is zero |
Definition at line 206 of file vinstant.cpp.