We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The parameter names are very weird for day-to-day use:
LocalDateTime(year = 2021, monthNumber = 1, dayOfMonth = 1, hour = 12)
I don't care that month is a number. That's what we have a type system for. OfMonth for day is also redundant as that's obvious from the context.
month
OfMonth
day
kotlinx-datetime/core/common/src/LocalDateTime.kt
Line 50 in 3af71d2