VerdandiConfiguration

@Serializable
data class VerdandiConfiguration

Global configuration for Verdandi library behavior.

This configuration allows you to set default values that will be used throughout the library when not explicitly specified.

Example

Verdandi.configure {
defaultTimeZone = VerdandiTimeZone.UTC
defaultWeekStart = Monday
}

Thread Safety

Configuration changes are thread-safe but should ideally be done once at application startup before any Verdandi operations.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default timezone to use when not explicitly specified. If null, the system timezone will be used.

Link copied to clipboard

The default first day of the week for week-based operations. If null, the system locale's first day of week will be used.