-
Notifications
You must be signed in to change notification settings - Fork 0
cDateISO::IsDST()
Rainer Stötter edited this page May 9, 2017
·
1 revision
public boolean libdatephp\cDate::IsDST()
- Namespace : libdatephp
- Class name: cDateISO
- This method is defined by libdatephp\cDate
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( );
boolean true if the date is in DST
This wiki page is part of the documentation of the PHP class library libdatephp