Click or drag to resize

DateTimeOffsetHelperCreateDateTime Method (Int32, Int32, Int32, Int32, Int32, Int32, Int32, TimeSpan)

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

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,
	TimeSpan offset
)

Parameters

year
Type: SystemInt32

[Missing <param name="year"/> documentation for "M:com.espertech.esper.compat.DateTimeOffsetHelper.CreateDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)"]

month
Type: SystemInt32

[Missing <param name="month"/> documentation for "M:com.espertech.esper.compat.DateTimeOffsetHelper.CreateDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)"]

day
Type: SystemInt32

[Missing <param name="day"/> documentation for "M:com.espertech.esper.compat.DateTimeOffsetHelper.CreateDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)"]

hour
Type: SystemInt32

[Missing <param name="hour"/> documentation for "M:com.espertech.esper.compat.DateTimeOffsetHelper.CreateDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)"]

minute
Type: SystemInt32

[Missing <param name="minute"/> documentation for "M:com.espertech.esper.compat.DateTimeOffsetHelper.CreateDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)"]

second
Type: SystemInt32

[Missing <param name="second"/> documentation for "M:com.espertech.esper.compat.DateTimeOffsetHelper.CreateDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)"]

millisecond
Type: SystemInt32

[Missing <param name="millisecond"/> documentation for "M:com.espertech.esper.compat.DateTimeOffsetHelper.CreateDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)"]

offset
Type: SystemTimeSpan

[Missing <param name="offset"/> documentation for "M:com.espertech.esper.compat.DateTimeOffsetHelper.CreateDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.TimeSpan)"]

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.TimeSpan)"]

See Also