timedotgo
    Preparing search index...

    Function DateAt

    • Replicates golangs time.Date(...) function for creating Time objects. note that nanoseconds is replaced with milliseconds for javascript and the name is DateAt (to avoid conflict with JS built-in Date).

      Parameters

      • year: number
      • month: Month
      • day: number
      • hour: number
      • min: number
      • sec: number
      • milli: number
      • loc: string

      Returns Time