204
Platforms
©2000-2008 Tibbo Technology Inc.
Part
Description
mincount
The number of minutes elapsed since midnight (00:00 is
minute #0).
Details
If a value higher than 1439 is supplied, this call will return 255. This error value
cannot be confused with valid output since normal minutes value cannot exceed
59.
Examples
b = minutes(61)
' result will be 1 - this is the time 01:01.
Month Function
Function:
Returns the month for a given day number.
Syntax:
month(daycount as word) as pl_months
Returns:
One of pl_months constants:
1- PL_MONTH_JANUARY: January.
2- PL_MONTH_FEBRUARY: February.
3- PL_MONTH_MARCH: March.
4- PL_MONTH_APRIL: April.
5- PL_MONTH_MAY: May.
6- PL_MONTH_JUNE: June.
7- PL_MONTH_JULY: July.
8- PL_MONTH_AUGUST: August.
9- PL_MONTH_SEPTEMBER: September.
10- PL_MONTH_OCTOBER: October.
11- PL_MONTH_NOVEMBER: November.
12- PL_MONTH_DECEMBER: December.
See Also:
,
,
Part
Description
daycount
Day number. Base date for the day count is 1-JAN-2000
(this is day #0).
Details
---
211
191
211
192
195
203
203