ClickHouse/base/common/DayNum.h
2020-02-14 17:48:30 +03:00

10 lines
200 B
C++

#pragma once
#include <common/Types.h>
#include <common/strong_typedef.h>
/** Represents number of days since 1970-01-01.
* See DateLUTImpl for usage examples.
*/
STRONG_TYPEDEF(UInt16, DayNum)