Click or drag to resize

ConfigurationCommonTimeSource Class

Time source configuration, the default in MILLI (millisecond resolution from System.currentTimeMillis).
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.commonConfigurationCommonTimeSource

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationCommonTimeSource

The ConfigurationCommonTimeSource type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationCommonTimeSource
Initializes a new instance of the ConfigurationCommonTimeSource class
Top
Properties
  NameDescription
Public propertyTimeUnit
Returns the time unit time resolution level of time tracking
Top
See Also