Click or drag to resize
SchedulingHelperEncodeInterval Method
Encodes interval for save it to database.

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

Parameters

infoObj
Type: CMS.SchedulerTaskInterval
Task to encode

Return Value

Type: String
Encoded string
See Also