Date/Time comparison type enumerations.
Namespace:
RightEdge.TriggersAssembly: Triggers (in Triggers.dll)
Version: 2008.1.0.0 (2008.1.0.0)
Syntax
| C# |
|---|
[FlagsAttribute] public enum CompType |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration CompType |
| Visual C++ |
|---|
[FlagsAttribute] public enum class CompType |
Members
| Member name | Description | |
|---|---|---|
| Equals |
Equals the specified date/time element.
| |
| Greater |
Greater than the specified date/time element.
| |
| Less |
Less than the specified date/time element.
| |
| GreaterOrEquals |
Greater than or equal to the specified date/time element.
| |
| LessOrEquals |
Less than or equal to the specified date/time element.
| |
| NotEquals |
Not equal to the specified date/time element.
|