Struct TimePoint

Represents a specific point in time, it should be changed to time_t after time_t became platform independent

struct TimePoint ;

Fields

NameTypeDescription
value ulong

Methods

NameDescription
fromString (str) Build a TimePoint for a human-readable representation Format is the same as toString
opBinary (duration) Return the result of offsetting the duration to the current time
opBinary (duration) Implement this / duration
opBinary (other) Return the result of offsetting the duration to the current time
opOpAssign (duration) Apply the duration to the current instance and return it
toString (sink) Writes a human-readable string representation of this TimePoint to sink Format is YYYY-Mon-DD HH:MM:SS