getMillis ()
Verfasst: 9. Okt 2023 19:12
Moin
Weiß jemand, wie ich an die Zeit in mSekunden komme ?
So gehts nicht.
Weiß jemand, wie ich an die Zeit in mSekunden komme ?
Code: Alles auswählen
slots:
blocks:
- component: BlockType
config:
colour: 90
helpUrl: ""
message0: GetMillis
output: Long
tooltip: ""
type: Millis
slots:
code:
- component: BlockCodeTemplate
config:
template: >
{{utility:zdt}}.now().getMillis()
utilities:
- component: UtilityJavaType
config:
javaClass: java.time.ZonedDateTime
name: zdt