NepaliWeekdayName

data class NepaliWeekdayName(val short: String, val medium: String, val full: String)(source)

Represents the name of a weekday in the Nepali calendar.

This data class provides the weekday name in different formats: short, medium, and full.

Constructors

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

Properties

Link copied to clipboard

The full name of the weekday (e.g., "Sunday").

Link copied to clipboard

The medium name of the weekday (e.g., "Sun").

Link copied to clipboard

The short name of the weekday (e.g., "S").