Compares two dates chronologically.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsAfter(
Date that
)
Parameters
- that
- Type: Algs4NetDate
the other date
Return Value
Type:
Booleantrue if this date is after that date;
false otherwise
See Also