Click or drag to resize

ServiceOptionWebConditionDay Property

Indicates the specific day in a month to perform this service option. Used in conjunction with ConditionMonth

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 ConditionDay { get; set; }

Property Value

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