In This Topic
Gets the date which the
DayInfo represents.
Syntax
'Declaration
Public ReadOnly Property Date As Date
'Usage
Dim instance As DayInfo
Dim value As Date
value = instance.Date
public DateTime Date {get;}
Property Value
A
System.DateTime value which the
DayInfo represents.
See Also