Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsAfterInstant"

Index

Functions

Functions

isAfterInstant

  • isAfterInstant(target: Date, arg: Date): boolean
  • Checks if the value is a date that's after the specified date.

    Parameters

    • target: Date

      The value being checked.

    • arg: Date

      The target value to perform the check against.

    Returns boolean

    True if the value date is after the target, false otherwise.

Generated using TypeDoc