Click or drag to resize

DateTimeFormatFor Method

Returns a DateTimeFormat for the specified date time format.

Namespace:  com.espertech.esper.compat.datetime
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static DateTimeFormat For(
	string dateTimeFormat
)

Parameters

dateTimeFormat
Type: SystemString
The date time format.

Return Value

Type: DateTimeFormat

[Missing <returns> documentation for "M:com.espertech.esper.compat.datetime.DateTimeFormat.For(System.String)"]

See Also