TimeExtensions..::..IsBefore Method

Determines whether the specified time is before.

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

Syntax


public static bool IsBefore(
	DateTime dateTime,
	Time time
)

Parameters

dateTime
Type: DateTime
The date time.
time
Type: Core..::..Time
The time.

Return Value

true if the specified time is before; otherwise, false.