The OpenD Programming Language

Timestamp.onlyTime

  1. Timestamp onlyTime(ubyte hour, ubyte minute)
  2. Timestamp onlyTime(ubyte hour, ubyte minute, ubyte second)
  3. Timestamp onlyTime(ubyte hour, ubyte minute, ubyte second, byte fractionExponent, ulong fractionCoefficient)
    struct Timestamp
    @safe pure nothrow @nogc static
    onlyTime
    (
    ubyte hour
    ,
    ubyte minute
    ,
    ubyte second
    ,,)

Meta