TimeExtensions..::..IsBetween Method

Determines whether the specified start time is between.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static bool IsBetween(
	DateTime dateTime,
	Time startTime,
	Time endTime
)

Parameters

dateTime
Type: DateTime
The date time.
startTime
Type: Core..::..Time
The start time.
endTime
Type: Core..::..Time
The end time.

Return Value

true if the specified start time is between; otherwise, false.