OffsetDateTime.OffsetDateTime
OffsetDateTime OffsetDateTime(UtcOffset offset, ushort year, byte month, byte day, byte hour = 0, byte minute = 0, byte second = 0, byte fraction = 0)Creates an offset date and time from field values.
Remarks
This constructor does not throw.
Parameters
UtcOffset
offset
Fixed UTC offset.
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.