Click or drag to resize

DateTimeConstants Class

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

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

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

The DateTimeConstants type exposes the following members.

Constructors
  NameDescription
Public methodDateTimeConstants
Initializes a new instance of the DateTimeConstants class
Top
Fields
  NameDescription
Public fieldStatic memberBoundary
Boundary offset represents a number of seconds that represent 24 hours worth of milliseconds. All times are aligned to UTC time of zero ticks. However, during conversion, its common for the time to be shifted due to an offset from UTC. This causes the number of milliseconds to actually become negative. The boundary offset represents a number of milliseconds required to handle values from zero and greater from a UTC standpoint.
Top
See Also