Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "IsBeforeInstant"

Index

Functions

Functions

isBeforeInstant

  • isBeforeInstant(value: Date, target: Date): boolean
  • Checks if the value is a date that's before 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 comes before the target date, false otherwise.

Generated using TypeDoc