Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsSameInstant"

Index

Functions

Functions

isSameInstant

  • isSameInstant(value: Date, target: Date): boolean
  • Checks if the value is a date occurs at the exact same time as the target date.

    Parameters

    • value: Date

      The value being checked.

    • target: Date

      The target value to perform the check against.

    Returns boolean

    True if the value date occurs at the exact same time as the target date, false otherwise.

Generated using TypeDoc