# C1.Win.Schedule.C1Calendar.CurrentMonthDisplayOffset

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Schedule_C1Calendar_CurrentMonthDisplayOffset_" data-uid="C1.Win.Schedule.C1Calendar.CurrentMonthDisplayOffset*">CurrentMonthDisplayOffset Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Schedule_C1Calendar_CurrentMonthDisplayOffset_" data-uid="C1.Win.Schedule.C1Calendar.CurrentMonthDisplayOffset*"></a>
<h4 id="C1_Win_Schedule_C1Calendar_CurrentMonthDisplayOffset" data-uid="C1.Win.Schedule.C1Calendar.CurrentMonthDisplayOffset">CurrentMonthDisplayOffset</h4>
<div class="markdown level1 summary"><p>Gets or sets the current month display offset.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Appearance&quot;)]
[C1Description(&quot;Calendar.CurrentMonthDisplayOffset&quot;, &quot;Gets or sets the current month display offset.&quot;)]
public int CurrentMonthDisplayOffset { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Appearance&quot;)&gt;
&lt;C1Description(&quot;Calendar.CurrentMonthDisplayOffset&quot;, &quot;Gets or sets the current month display offset.&quot;)&gt;
Public Property CurrentMonthDisplayOffset As Integer</code></pre>
</div>
<h5 id="C1_Win_Schedule_C1Calendar_CurrentMonthDisplayOffset_examples">Examples</h5>
<p>This example shows current month at the center of the multi-dimensional calendar.</p>
<pre><code class="lang-csharp">c1Calendar1.CalendarDimensions = 3;
c1Calendar1.CurrentMonthDisplayOffset = 1;</code></pre>

</div>
