Click or drag to resize
Date Constructor (String)
Initializes new date specified as a string in form MM/DD/YYYY.

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

Parameters

date
Type: SystemString
the string representation of this date
Exceptions
ExceptionCondition
ArgumentExceptionif this date is invalid
See Also