RecurrenceBuilder.Hourly Method
| Name | Parameters | Description |
|---|---|---|
| Hourly(DateTime, DateTime) static | start, end | Returns an object used to define an hourly recurrence. |
| Hourly(DateTime, Int32) static | start, occurrenceCount | Returns an object used to define an hourly recurrence. |
| Hourly(DateTime) static | start | Returns an object used to define an hourly recurrence that lasts indefinitely. |