Click or drag to resize
TaskIntervalExtensionsGetStringRepresentation Method
Returns user friendly localized string representation of interval. If the interval cannot be represented correctly, returns null.

Namespace: CMS.Scheduler.Internal
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 13.0.131
Syntax
C#
public static string GetStringRepresentation(
	this TaskInterval interval
)

Parameters

interval
Type: CMS.SchedulerTaskInterval
Interval to represent.

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type TaskInterval. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also