Skip to content

cDateISO::LOQ()

Rainer Stötter edited this page May 9, 2017 · 1 revision

Method LOQ( )

 public   integer libdatephp\cDate::LOQ()

LOQ( ) aka "Length of quarter" returns the number of days in the quarter the managed date is in

Example:

use libdatephp;

$dt = new cDate( 11, 23, 2016 );

echo $dt->LOQ( );

Returns

integer the number of days in the quarter of the managed date

See also

Clone this wiki locally