The OpenD Programming Language

Timestamp.onlyTime

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

Meta