[This is preliminary documentation and is subject to change.]

Returns the yearly view

Namespace: OfficeClip.BusinessLayer
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer.dll)
Version: 7.3.2.0

Syntax

C#
public static DataTable GetYearlyView()
Visual Basic (Declaration)
Public Shared Function GetYearlyView As DataTable
Visual C++
public:
static DataTable^ GetYearlyView ()

Return Value

Returns a DataTable, which has the following for each month, id - month number, Desc - the string representation of the month number.

See Also