1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < title > Class DateTimeType
6+ | Json Schema </ title >
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8+ < meta name ="title " content ="Class DateTimeType
9+ | Json Schema ">
10+
11+ < link rel ="icon " href ="../images/favicon.ico ">
12+ < link rel ="stylesheet " href ="../public/docfx.min.css ">
13+ < link rel ="stylesheet " href ="../public/main.css ">
14+ < meta name ="docfx:navrel " content ="../toc.html ">
15+ < meta name ="docfx:tocrel " content ="toc.html ">
16+
17+ < meta name ="docfx:rel " content ="../ ">
18+
19+
20+ < meta name ="docfx:docurl " content ="https://github.com/relogiclabs/JsonSchema-DotNet/new/develop/apiSpec/new?filename=RelogicLabs_JsonSchema_Time_DateTimeType.md&value=---%0Auid%3A%20RelogicLabs.JsonSchema.Time.DateTimeType%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A ">
21+ </ head >
22+
23+ < script type ="module ">
24+ import options from './../public/main.js'
25+ import { init } from './../public/docfx.min.js'
26+ init ( options )
27+ </ script >
28+
29+ < script >
30+ const theme = localStorage . getItem ( 'theme' ) || 'auto'
31+ document . documentElement . setAttribute ( 'data-bs-theme' , theme === 'auto' ? ( window . matchMedia ( '(prefers-color-scheme: dark)' ) . matches ? 'dark' : 'light' ) : theme )
32+ </ script >
33+
34+
35+ < body class ="tex2jax_ignore " data-layout ="" data-yaml-mime ="ManagedReference ">
36+ < header class ="bg-body border-bottom ">
37+ < nav id ="autocollapse " class ="navbar navbar-expand-md " role ="navigation ">
38+ < div class ="container-xxl flex-nowrap ">
39+ < a class ="navbar-brand " href ="../index.html ">
40+ < img id ="logo " class ="svg " src ="../images/logo.svg " alt ="Json Schema ">
41+ Json Schema
42+ </ a >
43+ < button class ="btn btn-lg d-md-none border-0 " type ="button " data-bs-toggle ="collapse " data-bs-target ="#navpanel " aria-controls ="navpanel " aria-expanded ="false " aria-label ="Toggle navigation ">
44+ < i class ="bi bi-three-dots "> </ i >
45+ </ button >
46+ < div class ="collapse navbar-collapse " id ="navpanel ">
47+ < div id ="navbar ">
48+ < form class ="search " role ="search " id ="search ">
49+ < i class ="bi bi-search "> </ i >
50+ < input class ="form-control " id ="search-query " type ="search " disabled ="" placeholder ="Search " autocomplete ="off " aria-label ="Search ">
51+ </ form >
52+ </ div >
53+ </ div >
54+ </ div >
55+ </ nav >
56+ </ header >
57+
58+ < main class ="container-xxl ">
59+ < div class ="toc-offcanvas ">
60+ < div class ="offcanvas-md offcanvas-start " tabindex ="-1 " id ="tocOffcanvas " aria-labelledby ="tocOffcanvasLabel ">
61+ < div class ="offcanvas-header ">
62+ < h5 class ="offcanvas-title " id ="tocOffcanvasLabel "> Table of Contents</ h5 >
63+ < button type ="button " class ="btn-close " data-bs-dismiss ="offcanvas " data-bs-target ="#tocOffcanvas " aria-label ="Close "> </ button >
64+ </ div >
65+ < div class ="offcanvas-body ">
66+ < nav class ="toc " id ="toc "> </ nav >
67+ </ div >
68+ </ div >
69+ </ div >
70+
71+ < div class ="content ">
72+ < div class ="actionbar ">
73+ < button class ="btn btn-lg border-0 d-md-none " style ="margin-top: -.65em; margin-left: -.8em " type ="button " data-bs-toggle ="offcanvas " data-bs-target ="#tocOffcanvas " aria-controls ="tocOffcanvas " aria-expanded ="false " aria-label ="Show table of contents ">
74+ < i class ="bi bi-list "> </ i >
75+ </ button >
76+
77+ < nav id ="breadcrumb "> </ nav >
78+ </ div >
79+
80+ < article data-uid ="RelogicLabs.JsonSchema.Time.DateTimeType ">
81+
82+
83+
84+ < h1 id ="RelogicLabs_JsonSchema_Time_DateTimeType " data-uid ="RelogicLabs.JsonSchema.Time.DateTimeType " class ="text-break ">
85+ Class DateTimeType
86+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/relogiclabs/JsonSchema-DotNet/blob/develop/JsonSchema/RelogicLabs/JsonSchema/Time/DateTimeType.cs/#L6 "> < i class ="bi bi-code-slash "> </ i > </ a >
87+ </ h1 >
88+
89+ < div class ="facts text-secondary ">
90+ < dl > < dt > Namespace</ dt > < dd > < a class ="xref " href ="RelogicLabs.html "> RelogicLabs</ a > .< a class ="xref " href ="RelogicLabs.JsonSchema.html "> JsonSchema</ a > .< a class ="xref " href ="RelogicLabs.JsonSchema.Time.html "> Time</ a > </ dd > </ dl >
91+ < dl > < dt > Assembly</ dt > < dd > RelogicLabs.JsonSchema.dll</ dd > </ dl >
92+ </ div >
93+
94+ < div class ="markdown summary "> </ div >
95+ < div class ="markdown conceptual "> </ div >
96+
97+ < div class ="codewrapper ">
98+ < pre > < code class ="lang-csharp hljs "> public sealed class DateTimeType</ code > </ pre >
99+ </ div >
100+
101+
102+
103+
104+ < dl class ="typelist inheritance ">
105+ < dt > Inheritance</ dt >
106+ < dd >
107+ < div > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object "> object</ a > </ div >
108+ < div > < span class ="xref "> DateTimeType</ span > </ div >
109+ </ dd >
110+ </ dl >
111+
112+
113+
114+ < dl class ="typelist derived ">
115+ < dt > Inherited Members</ dt >
116+ < dd >
117+ < div >
118+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) "> object.Equals(object)</ a >
119+ </ div >
120+ < div >
121+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) "> object.Equals(object, object)</ a >
122+ </ div >
123+ < div >
124+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.gethashcode "> object.GetHashCode()</ a >
125+ </ div >
126+ < div >
127+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.gettype "> object.GetType()</ a >
128+ </ div >
129+ < div >
130+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.referenceequals "> object.ReferenceEquals(object, object)</ a >
131+ </ div >
132+ </ dd > </ dl >
133+
134+
135+
136+
137+
138+
139+ < h2 class ="section " id ="fields "> Fields
140+ </ h2 >
141+
142+
143+
144+ < h3 id ="RelogicLabs_JsonSchema_Time_DateTimeType_DATE_TYPE " data-uid ="RelogicLabs.JsonSchema.Time.DateTimeType.DATE_TYPE ">
145+ DATE_TYPE
146+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/relogiclabs/JsonSchema-DotNet/blob/develop/JsonSchema/RelogicLabs/JsonSchema/Time/DateTimeType.cs/#L8 "> < i class ="bi bi-code-slash "> </ i > </ a >
147+ </ h3 >
148+
149+ < div class ="markdown level1 summary "> </ div >
150+ < div class ="markdown level1 conceptual "> </ div >
151+
152+ < div class ="codewrapper ">
153+ < pre > < code class ="lang-csharp hljs "> public static readonly DateTimeType DATE_TYPE</ code > </ pre >
154+ </ div >
155+
156+
157+
158+
159+ < h4 class ="section "> Field Value</ h4 >
160+ < dl class ="parameters ">
161+ < dt > < a class ="xref " href ="RelogicLabs.JsonSchema.Time.DateTimeType.html "> DateTimeType</ a > </ dt >
162+ < dd > </ dd >
163+ </ dl >
164+
165+
166+
167+
168+
169+
170+
171+
172+
173+
174+ < h3 id ="RelogicLabs_JsonSchema_Time_DateTimeType_TIME_TYPE " data-uid ="RelogicLabs.JsonSchema.Time.DateTimeType.TIME_TYPE ">
175+ TIME_TYPE
176+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/relogiclabs/JsonSchema-DotNet/blob/develop/JsonSchema/RelogicLabs/JsonSchema/Time/DateTimeType.cs/#L9 "> < i class ="bi bi-code-slash "> </ i > </ a >
177+ </ h3 >
178+
179+ < div class ="markdown level1 summary "> </ div >
180+ < div class ="markdown level1 conceptual "> </ div >
181+
182+ < div class ="codewrapper ">
183+ < pre > < code class ="lang-csharp hljs "> public static readonly DateTimeType TIME_TYPE</ code > </ pre >
184+ </ div >
185+
186+
187+
188+
189+ < h4 class ="section "> Field Value</ h4 >
190+ < dl class ="parameters ">
191+ < dt > < a class ="xref " href ="RelogicLabs.JsonSchema.Time.DateTimeType.html "> DateTimeType</ a > </ dt >
192+ < dd > </ dd >
193+ </ dl >
194+
195+
196+
197+
198+
199+
200+
201+
202+
203+ < h2 class ="section " id ="properties "> Properties
204+ </ h2 >
205+
206+
207+ < a id ="RelogicLabs_JsonSchema_Time_DateTimeType_Name_ " data-uid ="RelogicLabs.JsonSchema.Time.DateTimeType.Name* "> </ a >
208+
209+ < h3 id ="RelogicLabs_JsonSchema_Time_DateTimeType_Name " data-uid ="RelogicLabs.JsonSchema.Time.DateTimeType.Name ">
210+ Name
211+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/relogiclabs/JsonSchema-DotNet/blob/develop/JsonSchema/RelogicLabs/JsonSchema/Time/DateTimeType.cs/#L11 "> < i class ="bi bi-code-slash "> </ i > </ a >
212+ </ h3 >
213+
214+ < div class ="markdown level1 summary "> </ div >
215+ < div class ="markdown level1 conceptual "> </ div >
216+
217+ < div class ="codewrapper ">
218+ < pre > < code class ="lang-csharp hljs "> public string Name { get; }</ code > </ pre >
219+ </ div >
220+
221+
222+
223+
224+
225+ < h4 class ="section "> Property Value</ h4 >
226+ < dl class ="parameters ">
227+ < dt > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.string "> string</ a > </ dt >
228+ < dd > </ dd >
229+ </ dl >
230+
231+
232+
233+
234+
235+
236+
237+
238+ < a id ="RelogicLabs_JsonSchema_Time_DateTimeType_Type_ " data-uid ="RelogicLabs.JsonSchema.Time.DateTimeType.Type* "> </ a >
239+
240+ < h3 id ="RelogicLabs_JsonSchema_Time_DateTimeType_Type " data-uid ="RelogicLabs.JsonSchema.Time.DateTimeType.Type ">
241+ Type
242+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/relogiclabs/JsonSchema-DotNet/blob/develop/JsonSchema/RelogicLabs/JsonSchema/Time/DateTimeType.cs/#L12 "> < i class ="bi bi-code-slash "> </ i > </ a >
243+ </ h3 >
244+
245+ < div class ="markdown level1 summary "> </ div >
246+ < div class ="markdown level1 conceptual "> </ div >
247+
248+ < div class ="codewrapper ">
249+ < pre > < code class ="lang-csharp hljs "> public JsonType Type { get; }</ code > </ pre >
250+ </ div >
251+
252+
253+
254+
255+
256+ < h4 class ="section "> Property Value</ h4 >
257+ < dl class ="parameters ">
258+ < dt > < a class ="xref " href ="RelogicLabs.JsonSchema.Types.JsonType.html "> JsonType</ a > </ dt >
259+ < dd > </ dd >
260+ </ dl >
261+
262+
263+
264+
265+
266+
267+
268+
269+ < h2 class ="section " id ="methods "> Methods
270+ </ h2 >
271+
272+
273+ < a id ="RelogicLabs_JsonSchema_Time_DateTimeType_ToString_ " data-uid ="RelogicLabs.JsonSchema.Time.DateTimeType.ToString* "> </ a >
274+
275+ < h3 id ="RelogicLabs_JsonSchema_Time_DateTimeType_ToString " data-uid ="RelogicLabs.JsonSchema.Time.DateTimeType.ToString ">
276+ ToString()
277+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/relogiclabs/JsonSchema-DotNet/blob/develop/JsonSchema/RelogicLabs/JsonSchema/Time/DateTimeType.cs/#L20 "> < i class ="bi bi-code-slash "> </ i > </ a >
278+ </ h3 >
279+
280+ < div class ="markdown level1 summary "> < p > Returns a string that represents the current object.</ p >
281+ </ div >
282+ < div class ="markdown level1 conceptual "> </ div >
283+
284+ < div class ="codewrapper ">
285+ < pre > < code class ="lang-csharp hljs "> public override string ToString()</ code > </ pre >
286+ </ div >
287+
288+
289+ < h4 class ="section "> Returns</ h4 >
290+ < dl class ="parameters ">
291+ < dt > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.string "> string</ a > </ dt >
292+ < dd > < p > A string that represents the current object.</ p >
293+ </ dd >
294+ </ dl >
295+
296+
297+
298+
299+
300+
301+
302+
303+
304+
305+
306+
307+ </ article >
308+
309+ < div class ="contribution d-print-none ">
310+ < a href ="https://github.com/relogiclabs/JsonSchema-DotNet/blob/develop/JsonSchema/RelogicLabs/JsonSchema/Time/DateTimeType.cs/#L6 " class ="edit-link "> Edit this page</ a >
311+ </ div >
312+
313+
314+ </ div >
315+
316+ < div class ="affix ">
317+ < nav id ="affix "> </ nav >
318+ </ div >
319+ </ main >
320+
321+ < div class ="container-xxl search-results " id ="search-results "> </ div >
322+
323+ < footer class ="border-top ">
324+ < div class ="container-xxl ">
325+ < div class ="flex-fill ">
326+ < div style ="display:flex;justify-content:space-between "> < span style ="text-align:left "> < a href ="https://www.relogiclabs.com "> < img src ="/JsonSchema-DotNet/images/relogiclabs.svg " alt ="Relogic Labs "> </ a > </ span > < span style ="text-align:right "> © Relogic Labs. All rights reserved.</ span > </ div >
327+ </ div >
328+ </ div >
329+ </ footer >
330+ </ body >
331+ </ html >
0 commit comments