Click or drag to resize
SpeciesObservationSearchCriteriaObservationDateTime Property
Search observations based on observation date and time. If ObservationDateTime.PartOfYear has a WebDateTimeInterval value then the first value in PartOfYear is used and search is limited to part of year with no limit on years. If ObservationDateTime.PartOfYear is empty then ObservationDateTime.Begin and ObservationDateTime.End is used to limit species observation search.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public IDateTimeSearchCriteria ObservationDateTime { get; set; }

Property Value

Type: IDateTimeSearchCriteria

Implements

ISpeciesObservationSearchCriteriaObservationDateTime
See Also