Skip to content

HourFunction

Unofficial

Function Hour.

Import:

import type { HourFunction } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface HourFunction extends BasesFunction, HasExtract

Extends: BasesFunction, HasExtract

Properties

PropertyTypeDescription
appAppAn Obsidian app instance.
(Inherited from BasesFunction)
argsBasesFunctionArg[]The arguments.
(Inherited from BasesFunction)
isOperatorbooleanWhether the function is an operator.
(Inherited from BasesFunction)
namestringThe name of the function.
(Inherited from BasesFunction)
returnTypestringThe return type of the function.
(Inherited from BasesFunction)

Methods

MethodReturnsDescription
apply(args?)unknownApplies the function.
(Inherited from BasesFunction)
extract(date)numberExtracts a date.
(Inherited from HasExtract)
serialize(args?)stringSerializes the function.
(Inherited from BasesFunction)

Links to this page: