# C1.PivotEngine.RangeInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_PivotEngine_RangeInfo" data-uid="C1.PivotEngine.RangeInfo" class="text-break">RangeInfo Class
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">RangeInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.PivotEngine.IRangeInfo.html">IRangeInfo</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.PivotEngine.html">C1.PivotEngine</a></h6>
  <h6><strong>Assembly</strong>: C1.PivotEngine.dll</h6>
  <h5 id="C1_PivotEngine_RangeInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class RangeInfo : IRangeInfo, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class RangeInfo
    Implements IRangeInfo, INotifyPropertyChanged</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_PivotEngine_RangeInfo_FiscalYearFirstMonth" data-uid="C1.PivotEngine.RangeInfo.FiscalYearFirstMonth">
          <a class="xref" href="C1.PivotEngine.RangeInfo.FiscalYearFirstMonth.html#C1_PivotEngine_RangeInfo_FiscalYearFirstMonth">FiscalYearFirstMonth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of the first month for the fiscal year.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeInfo_FiscalYearShift" data-uid="C1.PivotEngine.RangeInfo.FiscalYearShift">
          <a class="xref" href="C1.PivotEngine.RangeInfo.FiscalYearShift.html#C1_PivotEngine_RangeInfo_FiscalYearShift">FiscalYearShift</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the shift for the Fiscal year.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeInfo_Format" data-uid="C1.PivotEngine.RangeInfo.Format">
          <a class="xref" href="C1.PivotEngine.RangeInfo.Format.html#C1_PivotEngine_RangeInfo_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>The format string to format range values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeInfo_IsActive" data-uid="C1.PivotEngine.RangeInfo.IsActive">
          <a class="xref" href="C1.PivotEngine.RangeInfo.IsActive.html#C1_PivotEngine_RangeInfo_IsActive">IsActive</a>
        </td>
        <td class="markdown level1 summary"><p>True if ranges is active.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeInfo_NumericStep" data-uid="C1.PivotEngine.RangeInfo.NumericStep">
          <a class="xref" href="C1.PivotEngine.RangeInfo.NumericStep.html#C1_PivotEngine_RangeInfo_NumericStep">NumericStep</a>
        </td>
        <td class="markdown level1 summary"><p>A value to combine numeric field values into ranges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeInfo_RangeType" data-uid="C1.PivotEngine.RangeInfo.RangeType">
          <a class="xref" href="C1.PivotEngine.RangeInfo.RangeType.html#C1_PivotEngine_RangeInfo_RangeType">RangeType</a>
        </td>
        <td class="markdown level1 summary"><p>The type of the Range.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_PivotEngine_RangeInfo_GetFiscalMonthRange_System_Object_System_Int32_System_Int32_System_String_" data-uid="C1.PivotEngine.RangeInfo.GetFiscalMonthRange(System.Object,System.Int32,System.Int32,System.String)">
          <a class="xref" href="C1.PivotEngine.RangeInfo.GetFiscalMonthRange.html#C1_PivotEngine_RangeInfo_GetFiscalMonthRange_System_Object_System_Int32_System_Int32_System_String_">GetFiscalMonthRange(object, int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns month year by given value of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeInfo_GetFiscalYearRange_System_Object_System_Int32_System_Int32_System_String_" data-uid="C1.PivotEngine.RangeInfo.GetFiscalYearRange(System.Object,System.Int32,System.Int32,System.String)">
          <a class="xref" href="C1.PivotEngine.RangeInfo.GetFiscalYearRange.html#C1_PivotEngine_RangeInfo_GetFiscalYearRange_System_Object_System_Int32_System_Int32_System_String_">GetFiscalYearRange(object, int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns fiscal year by given value of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeInfo_GetQuarterRange_System_Object_System_Int32_" data-uid="C1.PivotEngine.RangeInfo.GetQuarterRange(System.Object,System.Int32)">
          <a class="xref" href="C1.PivotEngine.RangeInfo.GetQuarterRange.html#C1_PivotEngine_RangeInfo_GetQuarterRange_System_Object_System_Int32_">GetQuarterRange(object, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns week of fiscal quarter by given value of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeInfo_GetRange_System_Object_" data-uid="C1.PivotEngine.RangeInfo.GetRange(System.Object)">
          <a class="xref" href="C1.PivotEngine.RangeInfo.GetRange.html#C1_PivotEngine_RangeInfo_GetRange_System_Object_">GetRange(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns range for a given value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeInfo_GetWeekRange_System_Object_" data-uid="C1.PivotEngine.RangeInfo.GetWeekRange(System.Object)">
          <a class="xref" href="C1.PivotEngine.RangeInfo.GetWeekRange.html#C1_PivotEngine_RangeInfo_GetWeekRange_System_Object_">GetWeekRange(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns week of year by given value of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeInfo_GetWeekRange_System_Object_System_Int32_" data-uid="C1.PivotEngine.RangeInfo.GetWeekRange(System.Object,System.Int32)">
          <a class="xref" href="C1.PivotEngine.RangeInfo.GetWeekRange.html#C1_PivotEngine_RangeInfo_GetWeekRange_System_Object_System_Int32_">GetWeekRange(object, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns week of fiscal year by given value of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeInfo_ReadXml_System_Xml_XmlReader_" data-uid="C1.PivotEngine.RangeInfo.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="C1.PivotEngine.RangeInfo.ReadXml.html#C1_PivotEngine_RangeInfo_ReadXml_System_Xml_XmlReader_">ReadXml(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads a range from Xml.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeInfo_WriteXml_System_Xml_XmlWriter_" data-uid="C1.PivotEngine.RangeInfo.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="C1.PivotEngine.RangeInfo.WriteXml.html#C1_PivotEngine_RangeInfo_WriteXml_System_Xml_XmlWriter_">WriteXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Persist range to Xml.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_PivotEngine_RangeInfo_CustomRange" data-uid="C1.PivotEngine.RangeInfo.CustomRange">
          <a class="xref" href="C1.PivotEngine.RangeInfo.CustomRange.html">CustomRange</a>
        </td>
        <td class="markdown level1 summary"><p>Event that allows combining the field's data into custom intervals.</p>
</td>
      </tr>
      <tr>
        <td id="C1_PivotEngine_RangeInfo_PropertyChanged" data-uid="C1.PivotEngine.RangeInfo.PropertyChanged">
          <a class="xref" href="C1.PivotEngine.RangeInfo.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_PivotEngine_RangeInfo_op_Implicit_C1_PivotEngine_RangeInfo__C1_FlexPivot_RangeInfo" data-uid="C1.PivotEngine.RangeInfo.op_Implicit(C1.PivotEngine.RangeInfo)~C1.FlexPivot.RangeInfo">
          <a class="xref" href="C1.PivotEngine.RangeInfo.op_Implicit.html#C1_PivotEngine_RangeInfo_op_Implicit_C1_PivotEngine_RangeInfo__C1_FlexPivot_RangeInfo">implicit operator RangeInfo(RangeInfo)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
