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

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdQueryBand Class
TdQueryBand Members