FrequencySubDayTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum FrequencySubDayTypes
[<System.Flags>]
type FrequencySubDayTypes =
Public Enum FrequencySubDayTypes
- Inheritance
-
FrequencySubDayTypes
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Subunits are invalid for the scheduled activity. |
Once | 1 | Schedule reflects an activity that occurs once on a scheduled unit. |
Second | 2 | Schedule reflects an activity scheduled using a second as the unit. |
Minute | 4 | Schedule reflects an activity scheduled using a minute as the unit. |
Hour | 8 | Schedule reflects an activity scheduled using an hour as the unit. |