[This is preliminary documentation and is subject to change.]
Determins the enumerated type to define various periods in OfficeClip.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum Periodicity |
| Visual Basic (Declaration) |
|---|
Public Enumeration Periodicity |
| Visual C++ |
|---|
public enum class Periodicity |
Members
| Member name | Description | |
|---|---|---|
| None |
No period, kept here for exception and error handling and to supply
default value.
| |
| Daily |
Occurs each day
| |
| Weekly |
Occurs once in a week
| |
| Monthly |
occurs once in a month
| |
| Yearly |
occurs once in a year
|
