DateTime.DateTime

DateTime DateTime(ushort year, byte month, byte day, byte hour = 0, byte minute = 0, byte second = 0, byte fraction = 0)

Creates a date and time from field values.

Parameters

ushort
year

Year component.

byte
month

Month component.

byte
day

Day-of-month component.

byte
hour = 0

Hour component.

byte
minute = 0

Minute component.

byte
second = 0

Second component.

byte
fraction = 0

Fractional-second component.

Generated with campc v0.4.0-preview.1+d50446ef951a6ed675f7086cf093dbc993f0041b.