# C1.Schedule.CalendarInfo.DateFormatString

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_CalendarInfo_DateFormatString_" data-uid="C1.Schedule.CalendarInfo.DateFormatString*">DateFormatString Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_CalendarInfo_DateFormatString_" data-uid="C1.Schedule.CalendarInfo.DateFormatString*"></a>
<h4 id="C1_Schedule_CalendarInfo_DateFormatString" data-uid="C1.Schedule.CalendarInfo.DateFormatString">DateFormatString</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value determining display format
of date values to use in appointments and built-in dialogs.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;CalendarInfo&quot;)]
[C1Description(&quot;CalendarInfo.DateFormatString&quot;, &quot;Format string to display dates in appointments and built-in dialogs.&quot;)]
public string DateFormatString { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;CalendarInfo&quot;)&gt;
&lt;C1Description(&quot;CalendarInfo.DateFormatString&quot;, &quot;Format string to display dates in appointments and built-in dialogs.&quot;)&gt;
Public Property DateFormatString As String</code></pre>
</div>
<h5 id="C1_Schedule_CalendarInfo_DateFormatString_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The actual representation depends on the value
of the <a class="xref" href="C1.Schedule.CalendarInfo.Culture.html#C1_Schedule_CalendarInfo_Culture">Culture</a> property.</p>
</div>
</div>
