DateTime.this

  1. this(Date date, TimeOfDay tod)
    struct DateTime
    @safe pure nothrow @nogc
    this
  2. this(int year, int month, int day, int hour, int minute, int second)

Parameters

date Date

The date portion of DateTime.

tod TimeOfDay

The time portion of DateTime.

Meta