xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_BuildDate()

Retrieves the formatted build date of the xHarbour compiler

Syntax

HB_BuildDate() --> cDateTime

Return

The function returns a character string formatted as "MMM dd yyyy hh:mm:ss" where "MMM" is the abbreviated month name, "dd" is the day, "yyyy" is the year and "hh:mm:ss" is the time.

Description

FUnction HB_BuildDate() is used to retrieve a formatted date and time string of the day, the xHarbour compiler was built.

Info

See also:HB_BuildInfo(), HB_Compiler(), Os(), Os_VersionInfo()
Category: Environment functions , xHarbour extensions
Source:rtl\version.c
LIB:xhb.lib
DLL:xhbdll.dll

Example

    PROCEDURE Main
       ? HB_BuildDate()
    RETURN

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