Click or drag to resize

TimePeriodExpression Properties

The TimePeriodExpression type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.)
Public propertyIsDays
Returns true if a subexpression exists that is a day-part.
Public propertyIsHours
Returns true if a subexpression exists that is a hour-part.
Public propertyIsMicroseconds
Returns true if a subexpression exists that is a microsecond-part.
Public propertyIsMilliseconds
Returns true if a subexpression exists that is a milliseconds-part.
Public propertyIsMinutes
Returns true if a subexpression exists that is a minutes-part.
Public propertyIsMonths
Returns true if a subexpression exists that is a month-part.
Public propertyIsSeconds
Returns true if a subexpression exists that is a seconds-part.
Public propertyIsWeeks
Returns true if a subexpression exists that is a weeks-part.
Public propertyIsYears
Returns true if a subexpression exists that is a year-part.
Public propertyPrecedence (Overrides ExpressionBasePrecedence.)
Public propertyTreeObjectName (Inherited from ExpressionBase.)
Top
See Also