Share via


TraceEventArgs.CurrentTime Property

Gets the current date and time associated with a TraceEventArgs object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public ReadOnly Property CurrentTime As DateTime 
    Get
'Usage
Dim instance As TraceEventArgs 
Dim value As DateTime 

value = instance.CurrentTime
public DateTime CurrentTime { get; }
public:
property DateTime CurrentTime {
    DateTime get ();
}
member CurrentTime : DateTime
function get CurrentTime () : DateTime

Property Value

Type: System.DateTime
The date and time.

See Also

Reference

TraceEventArgs Class

Microsoft.AnalysisServices Namespace