Click or drag to resize

TimePeriodExpressionSetHasMicroseconds Method

Set to true if a subexpression exists that is a microsecond-part.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public TimePeriodExpression SetHasMicroseconds(
	bool hasMicroseconds
)

Parameters

hasMicroseconds
Type: SystemBoolean
indicator for presence of part

Return Value

Type: TimePeriodExpression

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.TimePeriodExpression.SetHasMicroseconds(System.Boolean)"]

See Also