DataTableMapping.CalendarStartMonth Property (Microsoft.PerformancePoint.Scorecards)
The starting month of the calendar year.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property CalendarStartMonth As Integer
'Usage
Dim instance As DataTableMapping
Dim value As Integer
value = instance.CalendarStartMonth
instance.CalendarStartMonth = value
[XmlAttributeAttribute]
public int CalendarStartMonth { get; set; }
Remarks
0 = January, 1 = February, ... 11 = December
See Also
Reference
DataTableMapping Class
DataTableMapping Members
Microsoft.PerformancePoint.Scorecards Namespace