Click or drag to resize

TimeSourceType Class

Time source type.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.utilTimeSourceType

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public sealed class TimeSourceType : Enum

The TimeSourceType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberMILLI
Millisecond time source type with time originating from System.currentTimeMillis
Public fieldStatic memberNANO
Nanosecond time source from a wallclock-adjusted System.nanoTime
Public fieldvalue__
Top
See Also