Exemple #1
0
 /// <summary>Gets a specific <see cref="IDateScheduleRule"/> representation.
 /// </summary>
 /// <param name="referenceDate">The reference date, i.e. the start date with respect to the date schedule rule.</param>
 /// <returns>A <see cref="IDateScheduleRule"/> object that represents a specific date schedule rule.</returns>
 public IDateScheduleRule GetDateScheduleRule(DateTime referenceDate)
 {
     return(m_DateScheduleRule.GetAdaptedDateScheduleRule(referenceDate));
 }