Set current time for the RCX brick.

Namespace:  AForge.Robotics.Lego
Assembly:  AForge.Robotics.Lego (in AForge.Robotics.Lego.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public bool SetTime(
	byte hours,
	byte minutes
)

Parameters

hours
Type: System..::.Byte
Hours, [0..23].
minutes
Type: System..::.Byte
Minutes, [0..59].

Return Value

Returns true if command was executed successfully or false otherwise.

See Also