Click or drag to resize

SimpleDateFormat Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.SimpleDateFormat"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatSimpleDateFormat

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

The SimpleDateFormat type exposes the following members.

Constructors
  NameDescription
Public methodSimpleDateFormat
Initialize a new instance of the SimpleDateFormat class.
Public methodSimpleDateFormat(String)
Initializes a new instance of the SimpleDateFormat class.
Public methodSimpleDateFormat(String, IFormatProvider)
Initializes a new instance of the SimpleDateFormat class.
Top
Properties
  NameDescription
Public propertyFormatProvider
Gets the format provider.
Public propertyFormatString
Returns the date format string.
Top
Methods
See Also