LearningRegistry.Harvester.ListRecordsUntil C# (CSharp) Method

ListRecordsUntil() public method

public ListRecordsUntil ( System.DateTime date ) : ListRecordsHarvestResult
date System.DateTime
return ListRecordsHarvestResult
		public ListRecordsHarvestResult ListRecordsUntil(DateTime date)
		{
			return (ListRecordsHarvestResult) harvestFromDateBoundary(HarvesterActions.ListRecords, "until", date);
		}