Click or drag to resize

DateTimeFormatFormat Method (DateTimeEx)

Formats (renders) the specified date time.

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

Parameters

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

Return Value

Type: String

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

Implements

DateFormatFormat(DateTimeEx)
See Also