Click or drag to resize

ConfigurationRuntimeExpressionTimeZone Property

Returns the time zone for calendar operations.

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public TimeZoneInfo TimeZone { get; set; }

Return Value

Type: TimeZoneInfo
time zone
See Also