Click or drag to resize

DateTimeFormat Class

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

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.datetimeDateTimeFormat

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

The DateTimeFormat type exposes the following members.

Constructors
  NameDescription
Public methodDateTimeFormat
Initializes a new instance of the DateTimeFormat class
Top
Properties
  NameDescription
Public propertyFormatter
Gets or sets the renderer.
Public propertyStatic memberISO_DATE_TIME
Public propertyParser
Gets or sets the parser.
Top
Methods
  NameDescription
Public methodStatic memberFor
Returns a DateTimeFormat for the specified date time format.
Public methodFormat(DateTime)
Formats the specified date time.
Public methodFormat(DateTimeOffset)
Formats (renders) the specified date time.
Public methodFormat(NullableT)
Public methodFormat(DateTimeEx)
Formats (renders) the specified date time.
Public methodStatic memberGetIsoDateFormat
Public methodStatic memberOfPattern
Public methodParse
Parses the specified date time string.
Public methodStatic memberParseDefaultEx
Top
See Also