unity get audio clip length

Code Example - unity get audio clip length

                
                        AudioClip a;
float seconds = a.length;