DateProviderSettings

data class DateProviderSettings(val startDate: String = DateValueProvider.DEFAULT_START_DATE_STRING)

Configuration for date value generation.

Constructors

Link copied to clipboard
constructor(startDate: String = DateValueProvider.DEFAULT_START_DATE_STRING)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

start date string for date generation (format: yyyy-MM-dd)