CasewareDocs

MonthSymbol

Gets the localized symbol in IDEA format.

Compatibility

Available as of IDEA version 9.0

Syntax

MonthSymbol

Example

Dim SimpleCommands As Object 
Dim value As String

Sub Main
Set SimpleCommands = SmartContext.MacroCommands.SimpleCommands
value = SimpleCommands.MonthSymbol

'Release object.
Set SimpleCommands = Nothing
End Sub