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 (26.2.0.1000)
Syntax
public string GenerateDescription(
	CultureInfo culture,
	TimeZoneInfo timeZone
)

Parameters

culture  CultureInfo
The culture.
timeZone  TimeZoneInfo
The time zone.

Return Value

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