xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

NtoCMonth()

Converts a numeric month to its name.

Syntax

NtoCMonth( <nMonth> ) --> cMonthName

Arguments

<nMonth>
This is a numeric value in the range of 1 to 12 specifying the month.

Return

The function returns the name of the specified month as a character string.

Info

See also:CMonth(), CtoMonth()
Category: CT:DateTime , Date and time
Source:ct\dattime2.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe