Click or drag to resize

ScheduleItemType Class

Type of schedule item.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.sodaScheduleItemType

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public sealed class ScheduleItemType : Enum

The ScheduleItemType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberLASTDAY
Last day of week or month.
Public fieldStatic memberLASTWEEKDAY
Last weekday in a month
Public fieldvalue__
Public fieldStatic memberWEEKDAY
Weekday (nearest to a date)
Public fieldStatic memberWILDCARD
Wildcard means any value.
Top
Extension Methods
  NameDescription
Public Extension MethodGetSyntax
Returns the syntax string.
(Defined by ScheduleItemTypeExtensions.)
Top
See Also