Open this page in the API Guide

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

Parameters

culture
Type: System.Globalization.CultureInfo
The culture.
timeZone
Type: System.TimeZoneInfo
The time zone.

Return Value

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