Click or drag to resize

DateTimeFormat Constructor

Initializes a new instance of the DateTimeFormat class

Namespace:  com.espertech.esper.compat.datetime
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public DateTimeFormat(
	Func parser,
	bool formatter
)

Parameters

parser
Type: SystemFuncT, TResult

[Missing <param name="parser"/> documentation for "M:com.espertech.esper.compat.datetime.DateTimeFormat.#ctor(System.Func`2,System.Boolean)"]

formatter
Type: SystemBoolean

[Missing <param name="formatter"/> documentation for "M:com.espertech.esper.compat.datetime.DateTimeFormat.#ctor(System.Func`2,System.Boolean)"]

See Also