VerdandiNames

@Serializable
data class VerdandiNames

VerdandiNames - Configuration for localized names

This class holds the localized names for months, weekdays, and AM/PM indicators. It is used by Verdandi to provide locale-aware formatting and parsing of dates and times.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Pair of AM and PM names (e.g., "AM" and "PM")

Link copied to clipboard

List of month names (e.g., January, February, etc.)

Link copied to clipboard

List of weekday names (e.g., Monday, Tuesday, etc.)