VerdandiConfigurationScope

DSL scope for configuring Verdandi global settings.

This scope provides a fluent API for setting global configuration values.

Example

Verdandi.configure {
defaultTimeZone = VerdandiTimeZone.UTC
defaultWeekStart = WeekStart.Sunday
}

Properties

Link copied to clipboard

The default timezone to use when not explicitly specified.

Link copied to clipboard

The default first day of the week for week-based operations.