Click or drag to resize

DateTimeEx Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Int32, TimeZoneInfo)

Initializes a new instance of the DateTimeEx class

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public DateTimeEx(
	int year,
	int month,
	int day,
	int hour,
	int minute,
	int second,
	int millis,
	TimeZoneInfo timeZoneInfo
)

Parameters

year
Type: SystemInt32

[Missing <param name="year"/> documentation for "M:com.espertech.esper.compat.DateTimeEx.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeZoneInfo)"]

month
Type: SystemInt32

[Missing <param name="month"/> documentation for "M:com.espertech.esper.compat.DateTimeEx.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeZoneInfo)"]

day
Type: SystemInt32

[Missing <param name="day"/> documentation for "M:com.espertech.esper.compat.DateTimeEx.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeZoneInfo)"]

hour
Type: SystemInt32

[Missing <param name="hour"/> documentation for "M:com.espertech.esper.compat.DateTimeEx.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeZoneInfo)"]

minute
Type: SystemInt32

[Missing <param name="minute"/> documentation for "M:com.espertech.esper.compat.DateTimeEx.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeZoneInfo)"]

second
Type: SystemInt32

[Missing <param name="second"/> documentation for "M:com.espertech.esper.compat.DateTimeEx.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeZoneInfo)"]

millis
Type: SystemInt32

[Missing <param name="millis"/> documentation for "M:com.espertech.esper.compat.DateTimeEx.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeZoneInfo)"]

timeZoneInfo
Type: SystemTimeZoneInfo

[Missing <param name="timeZoneInfo"/> documentation for "M:com.espertech.esper.compat.DateTimeEx.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeZoneInfo)"]

See Also