TraceEventArgs.StartTime Property
Gets the date and time at which a TraceEventArgs object's trace started.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property StartTime As DateTime
Get
'Usage
Dim instance As TraceEventArgs
Dim value As DateTime
value = instance.StartTime
public DateTime StartTime { get; }
public:
property DateTime StartTime {
DateTime get ();
}
member StartTime : DateTime
function get StartTime () : DateTime
Property Value
Type: System.DateTime
A date and time value of type DataTime.