Click or drag to resize
SchedulingHelperDecodeInterval Method
Decodes interval string from database.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 10.0.0
Syntax
C#
public static TaskInterval DecodeInterval(
	string interval
)

Parameters

interval
Type: SystemString
Interval string from database

Return Value

Type: TaskInterval
TaksInterval object
See Also