Send feedback on this topic.
Teradata.Client.Provider
StartTime Property



Teradata.Client.Provider Namespace > TdQueryBand Class : StartTime Property
Gets or Sets the value of the StartTime.
Syntax
'Declaration
 
Public Property StartTime As DateTimeOffset
'Usage
 
Dim instance As TdQueryBand
Dim value As DateTimeOffset
 
instance.StartTime = value
 
value = instance.StartTime
public DateTimeOffset StartTime {get; set;}
public:
property DateTimeOffset StartTime {
   DateTimeOffset get();
   void set (    DateTimeOffset value);
}
Remarks
Description Usage
The entry point of a single thread of execution within the application. Performance Measurement and Auditing
Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdQueryBand Class
TdQueryBand Members