Creates a new instance of LocalDate
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic LocalDate(
	int year,
	int month,
	int day
)
Parameters
- year
 - Type: SystemInt32
Year according to ISO-8601. Year 0 represents 1 BC. - month
 - Type: SystemInt32
The month number from 1 to 12 - day
 - Type: SystemInt32
A day of the month from 1 to 31. 
See Also