StartMonth Property
Gets or sets the month of year at which this interval initially occurs. Value ranges from zero indicating January, to eleven, indicating December.
Syntax
'Declaration Public Property StartMonth As Integer
'Usage Dim instance As TimeIntervalAdvanced Dim value As Integer instance.StartMonth = value value = instance.StartMonth
public int StartMonth {get; set;}
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also