DateMappingSetTimeProvider Method

Sets the time provider.

Namespace:  Dundas.BI.Entities.DateMappings
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public void SetTimeProvider(
	Guid timeProviderId
)

Parameters

timeProviderId
Type: SystemGuid
The time provider ID.
Exceptions
ExceptionCondition
ArgumentExceptiontimeProviderId is Empty.
InvalidSessionExceptionThe caller context is not associated with a valid session.
InvalidProviderExceptionThe time dimension provider with specified ID cannot be loaded.
See Also