Options
All
  • Public
  • Public/Protected
  • All
Menu

A utility class for managing a reference to a DateProviderInterface, allowing customization of time-related operations. This class is designed to address clock skew issues between the server and client by providing a consistent mechanism for obtaining current time adjusted for clock skew.

Hierarchy

  • DateProviderReference

Index

Constructors

  • Parameters

    • Optional dateProviderInput: DateProviderInput

    Returns DateProviderReference

Properties

dateProvider: DateProviderInterface
instance?: any

Methods

  • Returns DateProviderReference

  • init(dateProviderInput?: DateProviderInput): void
  • Parameters

    • Optional dateProviderInput: DateProviderInput

    Returns void

Generated using TypeDoc