Creates a new instance of 
LocalDate using the year, month and day provided in the form:
            yyyy-mm-dd or days since epoch (i.e. -1 for Dec 31, 1969).
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.1.0
Syntaxpublic static LocalDate Parse(
	string value
)
Parameters
- value
 - Type: SystemString
 
Return Value
Type: 
LocalDate
See Also