xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

SX_PtoD()

Unpacks a packed 3-byte date value.

Syntax

Sx_PtoD( <cPackedDate> ) --> dDate

Arguments

<cPackedDate>
This is a packed Date value as returned from SX_DtoP().

Return

The function converts the packed Date string and returns the original Date value.

Description

Function SX_PtoD() is used to uncompress a packed Date string of three bytes as returned from SX_DtoP() and convert it to the original Date value.

Info

See also:SX_DtoP()
Category: Conversion functions , Date and time , Six driver
Source:rdd\hbsix\sxdate.c
LIB:xhb.lib
DLL:xhbdll.dll


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