<init>(date: Date, time: Time, offset: UtcOffset)
Create an OffsetDateTime.
DateTimeException - if the offset is invalid
<init>(year: Int, month: Month, dayOfMonth: Int, hour: Int, minute: Int, second: Int, nanosecond: Int, offset: UtcOffset)<init>(year: Int, monthNumber: Int, dayOfMonth: Int, hour: Int, minute: Int, second: Int, nanosecond: Int, offset: UtcOffset)
Create an OffsetDateTime.
DateTimeException - if the date-time or offset is invalid
<init>(dateTime: DateTime, offset: UtcOffset)
Create an OffsetDateTime by combining a DateTime and UtcOffset.
dateTime - the local date and time of day
DateTimeException - if the offset is invalid
Constructor
Create an OffsetDateTime by combining a DateTime and UtcOffset.