Ruby | DateTime second_fraction() function
DateTime#second_fraction() : second_fraction() is a DateTime class method which returns the fractional part of the second.second_fraction. Syntax: DateTime.second_fraction() Parameter: DateTime values Return: the fractional part of the second. Example #1 : Ruby # Ruby code for DateTime.second_fracti