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