Skip to content

cDateISO::IsDST()

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

Method IsDST( )

 public   boolean libdatephp\cDate::IsDST()

IsDST() returns true, if the date is in DST Same as IsSommerzeit( ).

Example:

use libdatephp;

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

if ( $dt->IsDST( ) ) do_someting( );

Returns

boolean true if the date is in DST

See also

Clone this wiki locally