Initializes a new instance of the DateTimeOffset structure using the specified year, month, day, hour, minute, second, millisecond, and offset.
- year (Int32)
- The year.
- month (Int32)
- The month (1 through 12).
- day (Int32)
- The day (1 through the number of days in month).
- hour (Int32)
- The hours (0 through 23).
- minute (Int32)
- The minutes (0 through 59).
- second (Int32)
- The seconds (0 through 59).
- millisecond (Int32)
- The milliseconds (0 through 999
- offset (TimeSpan)
- The time's offset from Coordinated Universal Time (UTC).