Click or drag to resize
DateNext Method
Returns the next date in the calendar.

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

Return Value

Type: Date
a date that represents the next day after this day
See Also