This is preliminary documentation and is subject to change.

DateTimeExtensionsSetHolidayProvider Method

Sets the holiday provider, when not set the default provider is used

Definition

Namespace: MoreDateTime.Extensions
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public static void SetHolidayProvider(
	IHolidayProvider? holidayProvider
)

Parameters

holidayProvider  IHolidayProvider
The holiday provider, when null the default provider is used

See Also