Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "time-range"

Index

Functions

isOverlappingTimeRange

isWithinTimeRange

  • Checks is a value is contained in a time range.

    Parameters

    • outer: TimeRange

      the containing time range

    • inner: Date | number | string | TimeRange

      the value to check; if inner is a time range, it must be completely inside outer

    Returns boolean

Generated using TypeDoc