TimeExtensions
.
.
::
.
.
IsAfter Method
Determines whether the specified time is after.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
bool
IsAfter
(
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 after; otherwise,
false
.
See Also
TimeExtensions Class
Core Namespace