MonthFunction
Unofficial
Function Month.
Import:
import type { MonthFunction } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface MonthFunction extends BasesFunction, HasExtractExtends: BasesFunction, HasExtract
Properties
| Property | Type | Description | |
|---|---|---|---|
| app | App | An Obsidian app instance. (Inherited from BasesFunction) | |
| args | BasesFunctionArg[] | The arguments. (Inherited from BasesFunction) | |
| isOperator | boolean | Whether the function is an operator. (Inherited from BasesFunction) | |
| name | string | The name of the function. (Inherited from BasesFunction) | |
| returnType | string | The return type of the function. (Inherited from BasesFunction) |
Methods
| Method | Returns | Description | |
|---|---|---|---|
| apply(args?) | unknown | Applies the function. (Inherited from BasesFunction) | |
| extract(date) | number | Extracts a date. (Inherited from HasExtract) | |
| serialize(args?) | string | Serializes the function. (Inherited from BasesFunction) |
Links to this page: