Class TimeSpanExtensions
- Namespace
- Songhay.Extensions
- Assembly
- SonghayCore.dll
Extensions of TimeSpan.
public static class TimeSpanExtensions
- Inheritance
-
TimeSpanExtensions
- Inherited Members
Methods
ListDays(TimeSpan)
Lists the days for the specified TimeSpan.
public static IList<DateTime> ListDays(this TimeSpan span)
Parameters
Returns
ListDays(TimeSpan, DateTime)
public static IList<DateTime> ListDays(this TimeSpan span, DateTime startDate)