ScheduleGenerateDescription Method |
Gets a description of the schedule formatted using the specified culture and time zone.
Namespace: Dundas.BI.SchedulingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic string GenerateDescription(
CultureInfo culture,
TimeZoneInfo timeZone
)
Public Function GenerateDescription (
culture As CultureInfo,
timeZone As TimeZoneInfo
) As String
public:
String^ GenerateDescription(
CultureInfo^ culture,
TimeZoneInfo^ timeZone
)
member GenerateDescription :
culture : CultureInfo *
timeZone : TimeZoneInfo -> string Parameters
- culture CultureInfo
- The culture.
- timeZone TimeZoneInfo
- The time zone.
Return Value
StringThe description of the schedule.
Exceptions
See Also