Function timestampOnWeekTimeGreaterThanOrEqualTo

  • Returns the first timestamp >= opts.reference that matches the given weekday and time. Uses the time zone and DST settings of the given reference time.

    Parameters

    Returns DateTime

    Throws

    timezonecomplete.Argument.Hour if opts.hour out of range

    Throws

    timezonecomplete.Argument.Minute if opts.minute out of range

    Throws

    timezonecomplete.Argument.Second if opts.second out of range

    Throws

    timezonecomplete.Argument.Millisecond if opts.millisecond out of range

    Throws

    timezonecomplete.Argument.Weekday if opts.weekday out of range

Generated using TypeDoc