ExportFileNameHelperGetFileNameDateTimeOffset Method

Returns the current date/time converted to the file-name time zone resolved from the given export setting values. Falls back to the current session time zone when the setting is absent or cannot be resolved.

Namespace: Dundas.BI.Export
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static DateTimeOffset GetFileNameDateTimeOffset(
	IEnumerable<ParameterValue>? settingValues
)

Parameters

settingValues  IEnumerableParameterValue
The export setting values to read FileNameDateTimeZone from.

Return Value

DateTimeOffset
The current date/time in the resolved file-name time zone.
See Also