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
)
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
- Type: System.GlobalizationCultureInfo
The culture. - timeZone
- Type: SystemTimeZoneInfo
The time zone.
Return Value
Type:
StringThe description of the schedule.
Exceptions See Also