Click or drag to resize

TimeRecurrenceClassMonth Property

Gets or sets the valid month.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "month")]
public Months Month { get; set; }
Request Example View Source

Property Value

Type: Months
The valid month.
See Also