 | TimePeriodExpression Constructor (Boolean, Boolean, Boolean, Boolean, Boolean) |
Ctor.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic TimePeriodExpression(
bool hasDays,
bool hasHours,
bool hasMinutes,
bool hasSeconds,
bool hasMilliseconds
)
Parameters
- hasDays
- Type: SystemBoolean
flag to indicate that a day-part expression exists - hasHours
- Type: SystemBoolean
flag to indicate that a hour-part expression exists - hasMinutes
- Type: SystemBoolean
flag to indicate that a minute-part expression exists - hasSeconds
- Type: SystemBoolean
flag to indicate that a seconds-part expression exists - hasMilliseconds
- Type: SystemBoolean
flag to indicate that a millisec-part expression exists
See Also