Class ScheduleAnnc
Inherited Members
Namespace: Aetheros.Schema.OneM2M
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:schA")]
public class ScheduleAnnc : AnnouncedSubordinateResource
Properties
| Edit this page View SourceScheduleElement
Pattern: (([*]|[1-5]?\d([,-/][1-5]?\d)*)\s+){2}([*]|((1?\d|2[0-3])([,-/](1?\d|2[0-3]))*))\s+([*]|(([1-9]|1\d|2\d|3[01])([,-/]([1-9]|1\d|2\d|3[01]))*))\s+([*]|(([1-9]|1[0-2])([,-/]([1-9]|1[0-2]))*))\s+([*]|([0-6]([,-/][0-6])*))\s+([*]|([2-9]\d\d\d)(([,-]([2-9]\d\d\d)([/][\d]?[\d]?[\d]?[\d])?)*)).
Declaration
[RegularExpression("(([*]|[1-5]?\\d([,-/][1-5]?\\d)*)\\s+){2}([*]|((1?\\d|2[0-3])([,-/](1?\\d|2[0-3]))*))\\s+([*]|(([1-9]|1\\d|2\\d|3[01])([,-/]([1-9]|1\\d|2\\d|3[01]))*))\\s+([*]|(([1-9]|1[0-2])([,-/]([1-9]|1[0-2]))*))\\s+([*]|([0-6]([,-/][0-6])*))\\s+([*]|([2-9]\\d\\d\\d)(([,-]([2-9]\\d\\d\\d)([/][\\d]?[\\d]?[\\d]?[\\d])?)*))")]
[JsonProperty("se")]
public ICollection<string> ScheduleElement { get; set; }
Property Value
Type | Description |
---|---|
ICollection<string> |