Click or drag to resize

DateTimeOffsetHelperCreateDateTime Method (Int32, Int32, Int32, Int32, Int32, Int32, Int32, TimeZoneInfo)

Creates the date time within the specified timezone

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static DateTimeOffset CreateDateTime(
	int year,
	int month,
	int day,
	int hour,
	int minute,
	int second,
	int millisecond,
	TimeZoneInfo timeZone
)

Parameters

year
Type: SystemInt32
The year.
month
Type: SystemInt32
The month.
day
Type: SystemInt32
The day.
hour
Type: SystemInt32
The hour.
minute
Type: SystemInt32
The minute.
second
Type: SystemInt32
The second.
millisecond
Type: SystemInt32
The millisecond.
timeZone
Type: SystemTimeZoneInfo
The time zone.

Return Value

Type: DateTimeOffset

[Missing <returns> documentation for "M:com.espertech.esper.compat.DateTimeOffsetHelper.CreateDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeZoneInfo)"]

See Also