Calendar::setSelected

Calendar::setSelected() – カレンダーオブジェクトを選択状態 (例えば「今日」など) にする

Synopsis

require_once 'Calendar.php';

void Calendar::setSelected ( boolean $state = = true )

Description

This package is not documented yet.

Parameter

boolean $state

Calendar サブクラスの状態。

Throws

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

Note

This function can not be called statically.