You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Exposes SQL Server data that is stored as a DATETIME2.</summary>
5
+
<remarks>
6
+
<formattype="text/markdown">
7
+
<![CDATA[
8
+
9
+
## Remarks
10
+
The <xref:Microsoft.Data.SqlTypes.SqlDateTime2> class is used to work with `DATETIME2` data.
11
+
`DATETIME2`has a wider range than DATETIME and thus needs its own type.
12
+
13
+
]]>
14
+
</format>
15
+
</remarks>
16
+
</SqlFileStream>
17
+
<ctor1>
18
+
<paramname="isNull">Whether or not this instance should be considered null - true means null, false not null</param>
19
+
<summary>
20
+
Initializes a new instance of the <seecref="T:Microsoft.Data.SqlTypes.SqlDateTime2" /> struct.
21
+
Will initialize the datetime value to 0.
22
+
</summary>
23
+
</ctor1>
24
+
<ctor2>
25
+
<paramname="ticks">Number of ticks to initialize this instance with - in the range of <seecref="T:Microsoft.DateTime.MinValue.Ticks"/> & <seecref="T:Microsoft.DateTime.MaxValue.Ticks"/></param>
26
+
27
+
<summary>
28
+
Initializes a new instance of the <seecref="T:Microsoft.Data.SqlTypes.SqlDateTime2" /> class.
<paramrefname="ticks" /> is not in the range of <seecref="T:Microsoft.DateTime.MinValue.Ticks"/> & <seecref="T:Microsoft.DateTime.MaxValue.Ticks"/>
32
+
</exception>
33
+
</ctor2>
34
+
<Value>
35
+
<summary>
36
+
Gets the <seecref="T:System.DateTime"/> representation of this instance.
0 commit comments