Vault  4.1
Defines | Functions
vinstant.cpp File Reference
#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)

Detailed Description

Definition in file vinstant.cpp.


Function Documentation

VDuration operator/ ( const VDuration d,
int  divisor 
)
Exceptions:
VExceptionif the divisor is zero

Definition at line 206 of file vinstant.cpp.


Copyright ©1997-2014 Trygve Isaacson. All rights reserved. This documentation was generated with Doxygen.