Click or drag to resize

DateTimeFormatParse Method

Parses the specified date time string.

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

Parameters

dateTimeString
Type: SystemString
The date time string.

Return Value

Type: DateTimeEx

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

Implements

DateFormatParse(String)
See Also