File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 301
301
</ReturnValue >
302
302
<Docs >
303
303
<summary >Gets the day component of the date represented by this instance.</summary >
304
- <value >A number representing the day component of the date represented by this instance .</value >
304
+ <value >The day component, expressed as a value between 1 and 31 .</value >
305
305
<remarks >To be added.</remarks >
306
306
</Docs >
307
307
</Member >
641
641
</ReturnValue >
642
642
<Docs >
643
643
<summary >Gets the month component of the date represented by this instance.</summary >
644
- <value >A number that represents the month component of the date .</value >
644
+ <value >The month component, expressed as a value between 1 and 12 .</value >
645
645
<remarks >To be added.</remarks >
646
646
</Docs >
647
647
</Member >
@@ -2436,7 +2436,7 @@ The <xref:System.DateTime.Kind> property of the resulting <xref:System.DateTime>
2436
2436
</ReturnValue >
2437
2437
<Docs >
2438
2438
<summary >Gets the year component of the date represented by this instance.</summary >
2439
- <value >A number that represents the year component of the date .</value >
2439
+ <value >The year, between 1 and 9999 .</value >
2440
2440
<remarks >To be added.</remarks >
2441
2441
</Docs >
2442
2442
</Member >
You can’t perform that action at this time.
0 commit comments