Verdandi Configuration
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
}Content copied to clipboard
Thread Safety
Configuration changes are thread-safe but should ideally be done once at application startup before any Verdandi operations.