Gets TimeSpan that represents the latest calculation time of a pivot table.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public TimeSpan LastRecalculateTime { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastRecalculateTime As TimeSpan
Visual C++
public:
property TimeSpan LastRecalculateTime {
	TimeSpan get ();
}

See Also