I have a Silverlight application in which I???d query a feature service(feature layer is time aware) to get a set of features and add to a graphics layer. How can I bind the time slider control to this set of features which are in the graphics layer.
You don't bind the slider to the layer, but to the map. If features in the graphicslayer have timeextents defined, they will be filtered based on the map's time extent.