Click or drag to resize

DateFormatFormat Method (DateTimeEx)

Formats the specified date time.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
string Format(
	DateTimeEx dateTime
)

Parameters

dateTime
Type: com.espertech.esper.compatDateTimeEx
The date time.

Return Value

Type: String

[Missing <returns> documentation for "M:com.espertech.esper.compat.DateFormat.Format(com.espertech.esper.compat.DateTimeEx)"]

See Also