NepaliMonthName

data class NepaliMonthName(val short: String, val full: String)(source)

Represents the name of a month in the Nepali calendar.

This data class provides the month name in different formats: short and full.

Constructors

Link copied to clipboard
constructor(short: String, full: String)

Properties

Link copied to clipboard

The full name of the month (e.g., "बैशाख").

Link copied to clipboard

The short name of the month (e.g., "बै").