omni::chrono::date_time::date_time
NAME

omni::chrono::date_time::date_time

A member ctor of omni::chrono::date_time

#include <omni/chrono/date_time.hpp>
omni::chrono::date_time::date_time(uint64_t ticks)

SYNOPSIS

Constructs a date_time object from a tick value representing 100-nanosecond intervals.

top

DESCRIPTION

Constructs a date_time from a tick count. The tick count specified is the date as a number of 100-nanosecond intervals that have elapsed since 1/1/0001 12:00am (or 0 ticks), and go up to a maximum value of 3155378975999999999 ticks (which is 12/31/9999 23:59:59.9999999).

top