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: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic static LocalDate Parse(
	string value
)
Parameters
- value
 - Type: SystemString
 
Return Value
Type: 
LocalDate
See Also