Skip to content

Date

Date

Fields

NameType
tI32
staticnowFun
staticfromTimeFun
staticfromStringFun

Protos

  • f@6554 getTime(Date) → F64
  • f@6555 getFullYear(Date) → I32
  • f@6556 getMonth(Date) → I32
  • f@6557 getDate(Date) → I32
  • f@6558 getHours(Date) → I32
  • f@6559 getMinutes(Date) → I32
  • f@6560 getSeconds(Date) → I32
  • f@6561 getDay(Date) → I32
  • f@6562 toString(Date) → String
  • f@6563 __string(Date) → Bytes

Bindings

  • static f@6567 __constructor__(Date, I32, I32, I32, I32, I32, I32) → Void
  • static f@6566 fromString(String) → Date
  • static f@6565 fromTime(F64) → Date
  • static f@6564 now() → Date