Click or drag to resize

OrderListCriteriaChangedSince Property

Fill out this field to get only orders containing one or more invoice(s) created or credited after this timestamp. Therefor only orders changed since the specified timestamp will be included.

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 DateTime? ChangedSince { get; set; }

Property Value

Type: NullableDateTime
See Also