Calendar_Day::isLast

Calendar_Day::isLast() – Day オブジェクトが週の最後の日である場合に true を返す

Synopsis

require_once 'Day.php';

boolean Calendar_Day::isLast ( )

Description

Day オブジェクトが Calendar_Month_Weekdays::build() で作成されたものである場合にのみ意味を持ちます。

Throws

例外はスローされません。

Note

This function can not be called statically.