Duration Property (RecurrencePattern)
In This Topic
Gets or sets the
System.TimeSpan value indicating the duration of each occurrence in the recurrence pattern.
Syntax
'Declaration
Public Property Duration As TimeSpan
public TimeSpan Duration {get; set;}
See Also