Date Property (ISystemAttributeInternal)
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
<SuppressMessageAttribute("Microsoft.Naming",
"CA1716:IdentifiersShouldNotMatchKeywords",
MessageId="Date",
Justification="Acked")>
ReadOnly Property Date As Date
[SuppressMessage("Microsoft.Naming",
"CA1716:IdentifiersShouldNotMatchKeywords",
MessageId="Date",
Justification="Acked")]
DateTime Date {get;}
[SuppressMessage("Microsoft.Naming",
"CA1716:IdentifiersShouldNotMatchKeywords",
MessageId="Date",
Justification="Acked")]
property DateTime Date {
DateTime get();
}