Click or drag to resize

VacationTypeConfigurationWebDefaultIntervals Property

When AllowConfigureWeeks is false this property indicates if the vacation type is configured using the default date intervals in the collection SelectedIntervals. To remove a vacation type that has DefaultIntervals set to true, simply set it to false and clear the collection SelectedIntervals.

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

Property Value

Type: Boolean
See Also