Click or drag to resize

DateTimeExSet Method (Int32, Int32, Int32, Int32, Int32, Int32, Int32)

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

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

Parameters

year
Type: SystemInt32

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

month
Type: SystemInt32

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

day
Type: SystemInt32

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

hour (Optional)
Type: SystemInt32

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

minute (Optional)
Type: SystemInt32

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

second (Optional)
Type: SystemInt32

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

millisecond (Optional)
Type: SystemInt32

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

Return Value

Type: DateTimeEx

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

See Also