ShortMonth Method

SQLServer.Language Object

Description

Returns the short name of a month for a language.

Visual Basic

strShortMonth = Language.ShortMonth ( iMonth )

C++

HRESULT pLanguage->GetShortMonth (
int
iMonth,
SQLOLE_LPBSTR pstrShortMonth );

Elements

Element Type Description

strShortMonth String Returned month short name
iMonth Integer Number of the month where month number 1 is January

Remarks

This is an indexed property.

Reference

syslanguages