Skip to content

getRelativeDateValueConstructor

Unofficial

Get the obsidian#RelativeDateValue constructor.

Import:

import { getRelativeDateValueConstructor } from '@obsidian-typings/obsidian-public-latest/implementations';

Signature:

function getRelativeDateValueConstructor(): ConstructorBase<[date: unknown, showTime?: boolean | undefined], RelativeDateValue>

Returns: ConstructorBase<[date: unknown, showTime?: boolean | undefined], RelativeDateValue> — The obsidian#RelativeDateValue constructor.


Links to this page: