WeatherMakerConfigurationScriptTimeOfDayEnabledChanged Method |
Auto time of day value change
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void TimeOfDayEnabledChanged(
bool val
)
Public Sub TimeOfDayEnabledChanged (
val As Boolean
)
public:
void TimeOfDayEnabledChanged(
bool val
)
member TimeOfDayEnabledChanged :
val : bool -> unit
Parameters
- val
- Type: SystemBoolean
New value
See Also