Overload List
Name | Description | |
---|---|---|
![]() | GetOccurrences(DateTime) | |
![]() | GetOccurrences<(Of <<'(T>)>>)(DateTime) | |
![]() | GetOccurrences(IDateTime) |
Returns a list of occurrences of each recurring component
for the date provided (dt).
|
![]() | GetOccurrences<(Of <<'(T>)>>)(IDateTime) |
Returns all occurrences of components of type T that start on the date provided.
All components starting between 12:00:00AM and 11:59:59 PM will be
returned.
![]() |
![]() | GetOccurrences<(Of <<'(T>)>>)(DateTime, DateTime) | |
![]() | GetOccurrences(DateTime, DateTime) | |
![]() | GetOccurrences<(Of <<'(T>)>>)(IDateTime, IDateTime) |
Returns all occurrences of components of type T that start within the date range provided.
All components occurring between startTime and endTime
will be returned.
|
![]() | GetOccurrences(IDateTime, IDateTime) |
Returns a list of occurrences of each recurring component
that occur between FromDate and ToDate.
|