Click or drag to resize

DateTimeConstantsBoundary Field

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.

Namespace:  com.espertech.esper.compat.datetime
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public const long Boundary = 86400000

Field Value

Type: Int64
See Also