Click or drag to resize

TimePeriodExpression Methods

The TimePeriodExpression type exposes the following members.

Methods
  NameDescription
Public methodAddChild
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.)
Public methodSetHasDays
Set to true if a subexpression exists that is a day-part.
Public methodSetHasHours
Set to true if a subexpression exists that is a hour-part.
Public methodSetHasMicroseconds
Set to true if a subexpression exists that is a microsecond-part.
Public methodSetHasMilliseconds
Set to true if a subexpression exists that is a msec-part.
Public methodSetHasMinutes
Set to true if a subexpression exists that is a minutes-part.
Public methodSetHasMonths
Set to true if a subexpression exists that is a month-part.
Public methodSetHasSeconds
Set to true if a subexpression exists that is a seconds-part.
Public methodSetHasWeeks
Set to true if a subexpression exists that is a weeks-part.
Public methodSetHasYears
Set to true if a subexpression exists that is a year-part.
Public methodToEPL (Inherited from ExpressionBase.)
Public methodToPrecedenceFreeEPL (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).)
Top
See Also