Overload List

  NameDescription
Public methodGetOccurrences(DateTime)
Public methodGetOccurrences<(Of <<'(T>)>>)(DateTime)
Public methodGetOccurrences(IDateTime)
Returns a list of occurrences of each recurring component for the date provided (dt).
Public methodGetOccurrences<(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.
Note Note This will first Evaluate() the date range required in order to determine the occurrences for the date provided, and then return the occurrences.
Public methodGetOccurrences<(Of <<'(T>)>>)(DateTime, DateTime)
Public methodGetOccurrences(DateTime, DateTime)
Public methodGetOccurrences<(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.
Public methodGetOccurrences(IDateTime, IDateTime)
Returns a list of occurrences of each recurring component that occur between FromDate and ToDate.

See Also