Click or drag to resize

ExpressionsTimePeriod Method (Nullable, Void, Double, Nullable, Void)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.soda.Expressions.TimePeriod(System.Nullable`1,System.Void,System.Double,System.Nullable`1,System.Void)"]

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(
	Nullable days,
	void hours,
	double minutes,
	Nullable seconds,
	void milliseconds
)

Parameters

days
Type: SystemNullableT

[Missing <param name="days"/> documentation for "M:com.espertech.esper.common.client.soda.Expressions.TimePeriod(System.Nullable`1,System.Void,System.Double,System.Nullable`1,System.Void)"]

hours
Type: SystemVoid

[Missing <param name="hours"/> documentation for "M:com.espertech.esper.common.client.soda.Expressions.TimePeriod(System.Nullable`1,System.Void,System.Double,System.Nullable`1,System.Void)"]

minutes
Type: SystemDouble

[Missing <param name="minutes"/> documentation for "M:com.espertech.esper.common.client.soda.Expressions.TimePeriod(System.Nullable`1,System.Void,System.Double,System.Nullable`1,System.Void)"]

seconds
Type: SystemNullableT

[Missing <param name="seconds"/> documentation for "M:com.espertech.esper.common.client.soda.Expressions.TimePeriod(System.Nullable`1,System.Void,System.Double,System.Nullable`1,System.Void)"]

milliseconds
Type: SystemVoid

[Missing <param name="milliseconds"/> documentation for "M:com.espertech.esper.common.client.soda.Expressions.TimePeriod(System.Nullable`1,System.Void,System.Double,System.Nullable`1,System.Void)"]

Return Value

Type: TimePeriodExpression

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.Expressions.TimePeriod(System.Nullable`1,System.Void,System.Double,System.Nullable`1,System.Void)"]

See Also