Click or drag to resize

DateTimeFormatFormat Method (DateTime)

Formats 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(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime
The date time.

Return Value

Type: String

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

See Also