Class Consts.Schedule
- Namespace
- Dynamicweb.Scheduling
- Assembly
- Dynamicweb.Core.dll
public class Consts.Schedule
- Inheritance
-
Consts.Schedule
- Inherited Members
Fields
Day
public const string Day = "every {0} day"
Field Value
Delimiter
public const string Delimiter = ", "
Field Value
EveryDay
public const string EveryDay = "every day, "
Field Value
EveryHour
public const string EveryHour = "every hour, "
Field Value
EveryMinute
public const string EveryMinute = "every min."
Field Value
Hour
public const string Hour = "{0} h."
Field Value
Minute
public const string Minute = "{0} min."
Field Value
Wday
public const string Wday = "every {0}"