Nevron .NET Vision
Nevron.Chart Namespace / NMonthDayRule Class / June Property


In This Topic
    June Property
    In This Topic
    Gets or set a value indicating whether the month day applies to the month of June
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property June As System.Boolean
    'Usage
     
    
    Dim instance As NMonthDayRule
    Dim value As System.Boolean
     
    instance.June = value
     
    value = instance.June
    [System.Xml.Serialization.XmlIgnore()]
    public System.bool June {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