timeData
fun timeData(enforcedSettings: (TimeDataSettingsBuilder) -> TimeDataSettingsBuilder? = defaultSettings()): ModuleFactory
Returns a factory for creating the TimeData module, used to add a variety of additional time-based data to each Dispatch
Parameters
enforcedSettings
TimeData settings that should override any from any other settings source. Pass null to initialize this module only when some Local or Remote settings are provided. Omitting this parameter will initialize the module with its default settings.