The OpenD Programming Language

timestamp

  1. Timestamp timestamp()
  2. Timestamp timestamp()
    @safe pure @nogc @safe pure nothrow @nogc const @property
    timestamp
    ()

Examples

import mir.timestamp;
auto d1 = Date(2020, Month.may, 15);
auto ts2 = d1.timestamp;

Meta