 | TimePeriodExpression Constructor (Boolean, Boolean, Boolean, 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 hasYears,
bool hasMonths,
bool hasWeeks,
bool hasDays,
bool hasHours,
bool hasMinutes,
bool hasSeconds,
bool hasMilliseconds
)
Parameters
- hasYears
- Type: SystemBoolean
flag to indicate that a year-part expression exists - hasMonths
- Type: SystemBoolean
flag to indicate that a month-part expression exists - hasWeeks
- Type: SystemBoolean
flag to indicate that a week-part expression exists - 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