# C1.WPF.Schedule.TimeRulerHelper

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Schedule_TimeRulerHelper" data-uid="C1.WPF.Schedule.TimeRulerHelper" class="text-break">TimeRulerHelper Class
</h1>
  <div class="markdown level0 summary"><p>Supplies hours and minutes string representation based on the specified <a class="xref" href="C1.WPF.Schedule.VisualInterval.html">VisualInterval</a> object,
current culture and <a class="xref" href="C1.WPF.Schedule.C1Scheduler.TimeFormat.html#C1_WPF_Schedule_C1Scheduler_TimeFormat">TimeFormat</a> property value.</p>
</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><span class="xref">TimeRulerHelper</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Schedule.html">C1.WPF.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Schedule.4.6.2.dll</h6>
  <h5 id="C1_WPF_Schedule_TimeRulerHelper_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TimeRulerHelper : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TimeRulerHelper
    Inherits FrameworkElement
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_TimeRulerHelper__ctor" data-uid="C1.WPF.Schedule.TimeRulerHelper.#ctor">
          <a class="xref" href="C1.WPF.Schedule.TimeRulerHelper.-ctor.html#C1_WPF_Schedule_TimeRulerHelper__ctor">TimeRulerHelper()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Schedule.TimeRulerHelper.html">TimeRulerHelper</a> element.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_TimeRulerHelper_HoursProperty" data-uid="C1.WPF.Schedule.TimeRulerHelper.HoursProperty">
          <a class="xref" href="C1.WPF.Schedule.TimeRulerHelper.HoursProperty.html">HoursProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.TimeRulerHelper.Hours.html#C1_WPF_Schedule_TimeRulerHelper_Hours">Hours</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_TimeRulerHelper_IntervalProperty" data-uid="C1.WPF.Schedule.TimeRulerHelper.IntervalProperty">
          <a class="xref" href="C1.WPF.Schedule.TimeRulerHelper.IntervalProperty.html">IntervalProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.TimeRulerHelper.Interval.html#C1_WPF_Schedule_TimeRulerHelper_Interval">Interval</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_TimeRulerHelper_IsZeroMinuteProperty" data-uid="C1.WPF.Schedule.TimeRulerHelper.IsZeroMinuteProperty">
          <a class="xref" href="C1.WPF.Schedule.TimeRulerHelper.IsZeroMinuteProperty.html">IsZeroMinuteProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.TimeRulerHelper.IsZeroMinute.html#C1_WPF_Schedule_TimeRulerHelper_IsZeroMinute">IsZeroMinute</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_TimeRulerHelper_MinutesProperty" data-uid="C1.WPF.Schedule.TimeRulerHelper.MinutesProperty">
          <a class="xref" href="C1.WPF.Schedule.TimeRulerHelper.MinutesProperty.html">MinutesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.TimeRulerHelper.Minutes.html#C1_WPF_Schedule_TimeRulerHelper_Minutes">Minutes</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_WPF_Schedule_TimeRulerHelper_Hours" data-uid="C1.WPF.Schedule.TimeRulerHelper.Hours">
          <a class="xref" href="C1.WPF.Schedule.TimeRulerHelper.Hours.html#C1_WPF_Schedule_TimeRulerHelper_Hours">Hours</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value representing the hours part of the VisualInterfal.Start time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_TimeRulerHelper_Interval" data-uid="C1.WPF.Schedule.TimeRulerHelper.Interval">
          <a class="xref" href="C1.WPF.Schedule.TimeRulerHelper.Interval.html#C1_WPF_Schedule_TimeRulerHelper_Interval">Interval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WPF.Schedule.VisualInterval.html">VisualInterval</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_TimeRulerHelper_IsZeroMinute" data-uid="C1.WPF.Schedule.TimeRulerHelper.IsZeroMinute">
          <a class="xref" href="C1.WPF.Schedule.TimeRulerHelper.IsZeroMinute.html#C1_WPF_Schedule_TimeRulerHelper_IsZeroMinute">IsZeroMinute</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether VisualInterval.StartTime.Minute property is 0.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_TimeRulerHelper_Minutes" data-uid="C1.WPF.Schedule.TimeRulerHelper.Minutes">
          <a class="xref" href="C1.WPF.Schedule.TimeRulerHelper.Minutes.html#C1_WPF_Schedule_TimeRulerHelper_Minutes">Minutes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value representing the minutes part of the VisualInterfal.Start time.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
