Skip to content

Commit bf5a87c

Browse files
davewillprivaterepoRon Petrusha
authored andcommitted
Update DateTime.xml (#2488)
1 parent ce08820 commit bf5a87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System/DateTime.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7411,7 +7411,7 @@ The value of the current <xref:System.DateTime> object is formatted using the pa
74117411

74127412
The base OLE Automation Date is midnight, 30 December 1899. The minimum OLE Automation date is midnight, 1 January 0100. The maximum OLE Automation Date is the same as <xref:System.DateTime.MaxValue?displayProperty=nameWithType>, the last moment of 31 December 9999.
74137413

7414-
The <xref:System.DateTime.ToOADate%2A> method throws an <xref:System.OverflowException> if the current instance represents a date that is later than <xref:System.DateTime.MinValue> and earlier than midnight on January1, 0100. However, if the value of the current instance is <xref:System.DateTime.MinValue>, the method returns 0.
7414+
The <xref:System.DateTime.ToOADate%2A> method throws an <xref:System.OverflowException> if the current instance represents a date that is later than <xref:System.DateTime.MaxValue> and earlier than midnight on January1, 0100. However, if the value of the current instance is <xref:System.DateTime.MinValue>, the method returns 0.
74157415

74167416
For more information about OLE Automation, see the [MSDN Library](https://go.microsoft.com/fwlink/?linkid=37118).
74177417

@@ -8828,4 +8828,4 @@ The value of the current <xref:System.DateTime> object is formatted using the pa
88288828
</Docs>
88298829
</Member>
88308830
</Members>
8831-
</Type>
8831+
</Type>

0 commit comments

Comments
 (0)