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