kactoos-jvm / nnl.rocks.kactoos.time / ZonedDateTimeOf
class ZonedDateTimeOf : Scalar<ZonedDateTime>
Parser for ZonedDateTime instances.
Parses the date using the formatter to create ZonedDateTime instances.
parsed - The parsed date.
Since 0.27
| Name | Summary |
|---|---|
| <init> | ZonedDateTimeOf(date: CharSequence, formatter: DateTimeFormatter)ZonedDateTimeOf(date: CharSequence)ZonedDateTimeOf(date: CharSequence, format: String, zone: ZoneId)Parses date using the provided format to create ZonedDateTime instances. ZonedDateTimeOf(parsed: KScalar<ZonedDateTime>)Parser for ZonedDateTime instances. |
| Name | Summary |
|---|---|
| invoke | fun invoke(): ZonedDateTimeGet value of this Scalar |