MySQL_GetTimeField

4D - Documentation   Français   English   German   4D For MySQL, Command Theme List   4D For MySQL, Command Alphabetical List   Back   Previous   Next

version 2004


MySQL_GetTimeField (selectID; fieldIndex; hour; minutes; seconds)

ParameterTypeDescription
selectIDLongintSelect ID returned by MySQL_Select
fieldIndexIntegerIndex of the field - 0...FieldCount -1
hourIntegerValue of the hour component of the time
minutesIntegerValue of the minutes component of the time
secondsIntegerValue of the seconds component of the time

Description

The MySQL_GetTimeField command returns the hour, minutes and seconds values of the field referenced by fieldIndex.

selectID is a Longint returned by MySQL_Select.

fieldIndex is an Integer that specifies the index position of the field in the Select statement.

hour is an Integer containing the value of the hour component of the time.

minutes is an Integer containing the value of the minutes component of the time.

seconds is an Integer containing the value of the seconds component of the time.


4D - Documentation   Français   English   German   4D For MySQL, Command Theme List   4D For MySQL, Command Alphabetical List   Back   Previous   Next