WebDateTimeSearchCriteriaPartOfYear Property |
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.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public List<WebDateTimeInterval> PartOfYear { get; set; }
Public Property PartOfYear As List(Of WebDateTimeInterval)
Get
Set
public:
property List<WebDateTimeInterval^>^ PartOfYear {
List<WebDateTimeInterval^>^ get ();
void set (List<WebDateTimeInterval^>^ value);
}
member PartOfYear : List<WebDateTimeInterval> with get, set
Property Value
Type:
ListWebDateTimeIntervalSee Also