FrequencySubDayTypes Enum

Definition

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

Hour 8

Schedule reflects an activity scheduled using an hour as the unit.

Minute 4

Schedule reflects an activity scheduled using a minute as the unit.

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.

Unknown 0

Subunits are invalid for the scheduled activity.

Applies to