Table of Contents

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

span TimeSpan

The TimeSpan.

Returns

IList<DateTime>

ListDays(TimeSpan, DateTime)

Lists the days for the specified TimeSpan from the specified start DateTime.

public static IList<DateTime> ListDays(this TimeSpan span, DateTime startDate)

Parameters

span TimeSpan

The TimeSpan.

startDate DateTime

The start date.

Returns

IList<DateTime>