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 = 4The unit is an hour.
Minute = 3The unit is a minute.
NotApplicable = 5The unit does not apply to the schedule type.
Once = 1Schedule reflects an activity scheduled once.
Second = 2The unit is a second.
Unknown = 0The type is unknown.