Date Constructor (String) |
Initializes new date specified as a string in form MM/DD/YYYY.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Date(
string date
)
Parameters
- date
- Type: SystemString
the string representation of this date
Exceptions
See Also