cornflakes.common.datetime_ms

cornflakes.common.datetime_ms(year, month=None, day=None, hour=0, minute=0, second=0, millisecond=0, tzinfo=None)

Create Instance of cornflakes.common.DatetimeMS().

Parameter:
  • month (int | None) –

  • day (int | None) –

  • hour (int | None) –

  • minute (int | None) –

  • second (int | None) –

  • millisecond (int | None) –

  • tzinfo (tzinfo | None) –

Rückgabetyp:

DatetimeMS