This is preliminary documentation and is subject to change.

ExtendedDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) Constructor

Initializes a new instance of the ExtendedDateTime class.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public ExtendedDateTime(
	int year,
	int month = 0,
	int day = 0,
	int hour = -1,
	int minute = -1,
	int second = -1,
	int utcHourOffset = 0,
	int utcMinuteOffset = 0
)

Parameters

year  Int32
The year.
month  Int32  (Optional)
The month.
day  Int32  (Optional)
The day.
hour  Int32  (Optional)
The hour.
minute  Int32  (Optional)
The minute.
second  Int32  (Optional)
The second.
utcHourOffset  Int32  (Optional)
The utc hour offset.
utcMinuteOffset  Int32  (Optional)
The utc minute offset.

See Also