Click or drag to resize

ExpressionsTimePeriod Method (Object, Object, Object, Object, Object)

Returns a time period expression for the specified parts.

Each part can be a null value in which case the part is left out.

Each object value may be a String value for an event property, or a number for a constant.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static TimePeriodExpression TimePeriod(
	Object days,
	Object hours,
	Object minutes,
	Object seconds,
	Object milliseconds
)

Parameters

days
Type: SystemObject
day part
hours
Type: SystemObject
hour part
minutes
Type: SystemObject
minute part
seconds
Type: SystemObject
seconds part
milliseconds
Type: SystemObject
milliseconds part

Return Value

Type: TimePeriodExpression
time period expression
See Also