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