Compartir a través de


RecurrenceFrequency Enum

Definition

This enum is intended to help in the transition between namespaces, since it will be a breaking change that needs to be announced and delayed 6 months. It is identical to the RecurrenceFrequency, but in the old namespace

public enum RecurrenceFrequency
type RecurrenceFrequency = 
Public Enum RecurrenceFrequency
Inheritance
RecurrenceFrequency

Fields

Name Value Description
None 0
Second 1
Minute 2
Hour 3
Day 4
Week 5
Month 6
Year 7

Applies to