|
RepeatPeriodCode Enumeration |
[This is preliminary documentation and is subject to change.]
Repeat daily/weekly/monthly.
Namespace: SnapMD.VirtualCare.ApiModels.SchedulingAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic enum RepeatPeriodCode
Public Enumeration RepeatPeriodCode
public enum class RepeatPeriodCode
Members
| Member name | Value | Description |
---|
| Daily | 0 |
Repeat daily.
|
| Weekly | 1 |
Repeat weekly.
|
| Monthly | 2 |
Repeat monthly.
|
See Also