xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

NtoCDoW()

Converts a numeric week day to its name.

Syntax

NtoCDoW( <nDayOfWeek> ) --> cDayName

Arguments

<nDayOfWeek>
A numeric value in the range between 1 and 7 specifies the day number. Numbering days of a week starts with Sunday = 1 (see Dow()).

Return

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

Info

See also:CDow(), CtoDoW()
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