IAppConfigGetDateTime Method |
Gets the effective value of the specified configuration setting as a
DateTime.
Namespace: Dundas.BI.ConfigurationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxDateTime GetDateTime(
Guid settingId
)
Function GetDateTime (
settingId As Guid
) As DateTime
DateTime GetDateTime(
Guid settingId
)
abstract GetDateTime :
settingId : Guid -> DateTime Parameters
- settingId Guid
- The ID of the setting.
Return Value
DateTime
The effective value of the setting with the specified ID.
Exceptions
See Also