Home > nifty-tou > ChronoFieldValue
A chronological field value.
Signature:
export declare class ChronoFieldValue
Constructor | Modifiers | Description |
---|---|---|
(constructor)(field, names, value) | Constructor. |
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. |