Time.this

Create a time.Time boxed type.

  1. this(ushort hour, ushort minute, ushort second, gulong fraction, glong timezone)
    class Time
    this
    (
    ushort hour = ushort.init
    ,
    ushort minute = ushort.init
    ,
    ushort second = ushort.init
    ,
    gulong fraction = gulong.init
    ,
    glong timezone = glong.init
    )
  2. this(void* ptr, Flag!"Take" take)

Parameters

hour ushort

hour representation of the time, as a number between 0 and 23

minute ushort

minute representation of the time, as a number between 0 and 59

second ushort

second representation of the time, as a number between 0 and 59

fraction gulong

fractionnal part of the seconds, in millionth' of second

timezone glong

number of seconds added to the GMT timezone