Click or drag to resize
DateTimeExtensionsGetTimespanBetweenDates Method
Gets the timespan between two dates

Namespace: Entelect.Extensions
Assembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntax
C#
public static TimeSpan GetTimespanBetweenDates(
	DateTime startDate,
	DateTime endDate
)

Parameters

startDate
Type: SystemDateTime
Start date
endDate
Type: SystemDateTime
End date subtracted from start date

Return Value

Type: TimeSpan
Time difference
See Also