Ark Server API (ASA) - Wiki
|
Variables | |
constexpr int64 | MaxTicks = 9223372036854775807 |
constexpr int64 | MinTicks = -9223372036854775807 - 1 |
constexpr int64 | NanosecondsPerTick = 100 |
constexpr int64 | TicksPerDay = 864000000000 |
constexpr int64 | TicksPerHour = 36000000000 |
constexpr int64 | TicksPerMicrosecond = 10 |
constexpr int64 | TicksPerMillisecond = 10000 |
constexpr int64 | TicksPerMinute = 600000000 |
constexpr int64 | TicksPerSecond = 10000000 |
constexpr int64 | TicksPerWeek = 6048000000000 |
constexpr int64 | TicksPerYear = 365 * TicksPerDay |
Time span related constants.
The maximum number of ticks that can be represented in FTimespan.
Definition at line 23 of file Timespan.h.
The minimum number of ticks that can be represented in FTimespan.
Definition at line 26 of file Timespan.h.
The number of nanoseconds per tick.
Definition at line 29 of file Timespan.h.
The number of timespan ticks per day.
Definition at line 32 of file Timespan.h.
The number of timespan ticks per hour.
Definition at line 35 of file Timespan.h.
The number of timespan ticks per microsecond.
Definition at line 38 of file Timespan.h.
The number of timespan ticks per millisecond.
Definition at line 41 of file Timespan.h.
The number of timespan ticks per minute.
Definition at line 44 of file Timespan.h.
The number of timespan ticks per second.
Definition at line 47 of file Timespan.h.
The number of timespan ticks per week.
Definition at line 50 of file Timespan.h.
|
inlineconstexpr |
The number of timespan ticks per year (365 days, not accounting for leap years).
Definition at line 53 of file Timespan.h.