xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="http://www.adobe.com/2006/mxml">
import mx.controls.Alert;
public function showMsg(msg:String):void {
Alert.show(msg);
}
minimum="0"
maximum="180"
snapInterval="5"
tickInterval="15"
labels="[0 mins,180 mins]"
thumbCount="2"
change="showMsg(commuteTimeRange.values.toString())">