Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::locale::posix_time Struct Reference

Structure that define POSIX time, seconds and milliseconds since Jan 1, 1970, 00:00 not including leap seconds. More...

#include <date_time_facet.hpp>

Collaboration diagram for boost::locale::posix_time:

Public Attributes

int64_t seconds
 Seconds since epoch. More...
 
uint32_t nanoseconds
 Nanoseconds resolution. More...
 

Detailed Description

Structure that define POSIX time, seconds and milliseconds since Jan 1, 1970, 00:00 not including leap seconds.

Member Data Documentation

uint32_t boost::locale::posix_time::nanoseconds

Nanoseconds resolution.

int64_t boost::locale::posix_time::seconds

Seconds since epoch.


The documentation for this struct was generated from the following file: