Winter Cardinal UI - v0.442.0 / FormatNodesdt

Class: FormatNodesdt

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new FormatNodesdt(Y, M, D, H, m, s, mi): FormatNodesdt

Parameters

Name Type
Y FormatNode
M FormatNode
D FormatNode
H FormatNode
m FormatNode
s FormatNode
mi FormatNode

Returns

FormatNodesdt

Defined in

src/main/typescript/wcardinal/ui/util/format-node/format-node-sdt.ts:17

Properties

D

Protected D: FormatNode

Defined in

src/main/typescript/wcardinal/ui/util/format-node/format-node-sdt.ts:11


H

Protected H: FormatNode

Defined in

src/main/typescript/wcardinal/ui/util/format-node/format-node-sdt.ts:12


M

Protected M: FormatNode

Defined in

src/main/typescript/wcardinal/ui/util/format-node/format-node-sdt.ts:10


Y

Protected Y: FormatNode

Defined in

src/main/typescript/wcardinal/ui/util/format-node/format-node-sdt.ts:9


m

Protected m: FormatNode

Defined in

src/main/typescript/wcardinal/ui/util/format-node/format-node-sdt.ts:13


mi

Protected mi: FormatNode

Defined in

src/main/typescript/wcardinal/ui/util/format-node/format-node-sdt.ts:15


s

Protected s: FormatNode

Defined in

src/main/typescript/wcardinal/ui/util/format-node/format-node-sdt.ts:14

Methods

format

format(target, step, date): string

Parameters

Name Type
target number
step number
date Date

Returns

string

Implementation of

FormatNode.format

Defined in

src/main/typescript/wcardinal/ui/util/format-node/format-node-sdt.ts:35