Click or drag to resize

TimeRecurrenceClassDays Property

Gets the specific days it recurres on.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "days")]
public SimpleListChangeTracking<string> Days { get; }
Request Example View Source

Property Value

Type: SimpleListChangeTrackingString
Single days, or range. "1", "3", "9-20"
See Also