Click or drag to resize

OwnerAccessIntervalCriteriaInterval Property

The interval cotaning the requested start and (optionally) end date.

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

Property Value

Type: IntervalWeb
Remarks
This property is required. If this property is null then the server defaults to DateTime.Today + 1 year. If ValidTo is left blank then the server defaults to adding 1 year to ValidFrom.
See Also