ScheduleGenerateDescription Method

Gets a description of the schedule formatted using the specified culture and time zone.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public string GenerateDescription(
	CultureInfo culture,
	TimeZoneInfo timeZone
)

Parameters

culture
Type: System.GlobalizationCultureInfo
The culture.
timeZone
Type: SystemTimeZoneInfo
The time zone.

Return Value

Type: String
The description of the schedule.
Exceptions
ExceptionCondition
ArgumentNullExceptionculture or timeZone is .
See Also