Month Method

SQLServer.Language Object

Description

Returns the full name of a month for a language.

Visual Basic

strMonth = Language.Month ( [Month :=] iMonth )

C++

HRESULT pLanguage->GetMonth (
int
iMonth,
SQLOLE_LPBSTR pstrMonth );

Elements

Element Type Description

strMonth String Returned month full name
iMonth Integer Number of the month where month number 1 is January

Remarks

This is an indexed property.

Reference

syslanguages