Timestamp.this

Create a timestamp.Timestamp boxed type.

  1. this(short year, ushort month, ushort day, ushort hour, ushort minute, ushort second, gulong fraction, glong timezone)
    class Timestamp
    this
    (
    short year = short.init
    ,
    ushort month = ushort.init
    ,
    ushort day = ushort.init
    ,
    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

year short

year representation of the time stamp

month ushort

month representation of the time stamp, as a number between 1 and 12

day ushort

day representation of the time stamp, as a number between 1 and 31

hour ushort

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

minute ushort

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

second ushort

second representation of the time stamp, 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