TimeCalculateTime(DateTime, DateTime) Method

Converts a time interval between two dates and times.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static TimeSpan CalculateTime(
	DateTime dateTimeStart,
	DateTime dateTimeEnd
)

Parameters

dateTimeStart  DateTime
Start date and time.
dateTimeEnd  DateTime
End date and time.

Return Value

TimeSpan
TimeSpan with the interval between two dates and times.

See Also