In This Topic
Gets the formatted
System.String value that the
DayInfo should be presented according to the current culture.
Syntax
'Declaration
Public ReadOnly Property Text As String
'Usage
Dim instance As DayInfo
Dim value As String
value = instance.Text
public string Text {get;}
Property Value
The formatted
System.String value that the
DayInfo should be presented according to the current culture.
See Also