TimeExtensions
.
.
::
.
.
IsBefore Method
Determines whether the specified time is before.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
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
.
See Also
TimeExtensions Class
Core Namespace