Click or drag to resize

ServiceOptionWebConditionMonth Property

Indicates the specific month to perform this service option. Used in conjunction with ConditionDay

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int ConditionMonth { get; set; }

Property Value

Type: Int32
Remarks
Only needed when ServiceType.ConditionType = DayInMonth
See Also