Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.