![]() | TimePeriodExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class TimePeriodExpression : ExpressionBase
The TimePeriodExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | IsDays |
Returns true if a subexpression exists that is a day-part.
|
![]() | IsHours |
Returns true if a subexpression exists that is a hour-part.
|
![]() | IsMicroseconds |
Returns true if a subexpression exists that is a microsecond-part.
|
![]() | IsMilliseconds |
Returns true if a subexpression exists that is a milliseconds-part.
|
![]() | IsMinutes |
Returns true if a subexpression exists that is a minutes-part.
|
![]() | IsMonths |
Returns true if a subexpression exists that is a month-part.
|
![]() | IsSeconds |
Returns true if a subexpression exists that is a seconds-part.
|
![]() | IsWeeks |
Returns true if a subexpression exists that is a weeks-part.
|
![]() | IsYears |
Returns true if a subexpression exists that is a year-part.
|
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
Name | Description | |
---|---|---|
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | SetHasDays |
Set to true if a subexpression exists that is a day-part.
|
![]() | SetHasHours |
Set to true if a subexpression exists that is a hour-part.
|
![]() | SetHasMicroseconds |
Set to true if a subexpression exists that is a microsecond-part.
|
![]() | SetHasMilliseconds |
Set to true if a subexpression exists that is a msec-part.
|
![]() | SetHasMinutes |
Set to true if a subexpression exists that is a minutes-part.
|
![]() | SetHasMonths |
Set to true if a subexpression exists that is a month-part.
|
![]() | SetHasSeconds |
Set to true if a subexpression exists that is a seconds-part.
|
![]() | SetHasWeeks |
Set to true if a subexpression exists that is a weeks-part.
|
![]() | SetHasYears |
Set to true if a subexpression exists that is a year-part.
|
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |