Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.28 KB

nifty-tou.chronofieldvalue.md

File metadata and controls

30 lines (20 loc) · 1.28 KB

Home > nifty-tou > ChronoFieldValue

ChronoFieldValue class

A chronological field value.

Signature:

export declare class ChronoFieldValue 

Constructors

Constructor Modifiers Description
(constructor)(field, names, value) Constructor.

Properties

Property Modifiers Type Description
field readonly ChronoField Get the field.
name readonly string Get the full name.
rangeValue readonly number | null Get the value in range form. If value is Infinity this will return null.
shortName readonly string Get the short name.
value readonly number Get the value.