Click or drag to resize
WebDateTimeSearchCriteria Class
This class represents a date and time search criteria.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebDateTimeSearchCriteria

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebDateTimeSearchCriteria : WebData

The WebDateTimeSearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodWebDateTimeSearchCriteria
Initializes a new instance of the WebDateTimeSearchCriteria class
Top
Properties
  NameDescription
Public propertyAccuracy
Requested minimum accuracy of compared data. This search criteria is only relevant if compare data has a range.
Public propertyBegin
Start of date and time of the search criteria.
Public propertyEnd
End of date and time of the search criteria.
Public propertyOperator
Operator that should be used between this date time search criteria and the data that it is compared to. This operator is only relevant if both the date time search criteria and compare data has a range. Operator must be set to CompareOperator:Excluding or CompareOperator:Including if both the date time search criteria and compare data has a range. This operator is used for properties Begin, End and PartOfYear if it has been specified.
Public propertyPartOfYear
Add intervals to property PartOfYear if data should be search based on specified parts of years. Year part of information in these WebDateTimeInterval objects are not significant.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also