Click or drag to resize
DateIsAfter Method
Compares two dates chronologically.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsAfter(
	Date that
)

Parameters

that
Type: Algs4NetDate
the other date

Return Value

Type: Boolean
true if this date is after that date; false otherwise
See Also