Click or drag to resize

SimpleDateFormat Constructor (String)

Initializes a new instance of the SimpleDateFormat class.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public SimpleDateFormat(
	string formatString
)

Parameters

formatString
Type: SystemString
The date format string.
See Also