| 
            
              TimeSortedValueScannerStartTime Property
             | 
          
        
        
            Gets or sets the minimum value of the timestamps of the data points returned by the scanner.
            
        
        Namespace: PIAdaptersAssembly: PIAdapters (in PIAdapters.dll) Version: 2.4.257-beta
Syntaxpublic AFTime StartTime { get; set; }Public Property StartTime As AFTime
	Get
	Set
public:
property AFTime StartTime {
	AFTime get ();
	void set (AFTime value);
}member StartTime : AFTime with get, set
function get_StartTime();
function set_StartTime(value);
 View SourceProperty Value
AFTime
See Also