Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ParsedResult

Parsed result or final output. Each result object represents a date/time (or date/time-range) mentioning in the input.

Hierarchy

  • ParsedResult

Implemented by

Index

Properties

Methods

Properties

Optional Readonly end

Readonly index

index: number

Readonly refDate

refDate: Date

Readonly start

Readonly text

text: string

Methods

date

  • date(): Date
  • Returns Date

    a javascript date object created from the result.start.

tags

  • tags(): Set<string>
  • Returns Set<string>

    debugging tags combined of the result.start and result.end.

Generated using TypeDoc