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