Click or drag to resize

DateTimeExSetFieldValue Method

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

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public DateTimeEx SetFieldValue(
	DateTimeFieldEnum field,
	int value
)

Parameters

field
Type: com.espertech.esper.compat.datetimeDateTimeFieldEnum

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

value
Type: SystemInt32

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

Return Value

Type: DateTimeEx

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

See Also