Enum SqlFrequencySubDayType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the sub-units for a schedule.
public enum SqlFrequencySubDayType
Fields
Hour = 4
The unit is an hour.
Minute = 3
The unit is a minute.
NotApplicable = 5
The unit does not apply to the schedule type.
Once = 1
Schedule reflects an activity scheduled once.
Second = 2
The unit is a second.
Unknown = 0
The type is unknown.