Click or drag to resize

DateTimeFormatFormat Method (DateTimeOffset)

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(
	DateTimeOffset dateTimeOffset
)

Parameters

dateTimeOffset
Type: SystemDateTimeOffset
The date time.

Return Value

Type: String

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

See Also