DaySymbol
Gets the localized day symbol in IDEA format.
Compatibility
Available as of IDEA version 9.0
Syntax
DaySymbol
Example
Dim SimpleCommands As Object
Dim value As String
Sub Main
Set SimpleCommands = SmartContext.MacroCommands.SimpleCommands
value = SimpleCommands.DaySymbol
'Release object.
Set SimpleCommands = Nothing
End Sub