This is preliminary documentation and is subject to change.

ExtendedDateTime(Int32, Int32, Int32, Int32, Int32, Int32, NullableTimeSpan) 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,
	TimeSpan? utcOffset = null
)

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.
utcOffset  NullableTimeSpan  (Optional)
The utc offset.

See Also