We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62cac8 commit 670a914Copy full SHA for 670a914
core/common/src/LocalDateTime.kt
@@ -299,7 +299,7 @@ public expect class LocalDateTime : Comparable<LocalDateTime> {
299
public val dayOfYear: Int
300
301
/**
302
- * Returns the hour-of-day (`0..59`) [time] component of this datetime value.
+ * Returns the hour-of-day (`0..23`) [time] component of this datetime value.
303
*
304
* @sample kotlinx.datetime.test.samples.LocalDateTimeSamples.timeComponents
305
*/
0 commit comments