public function Time::getSecond in Time Field For Drupal 8.x / 9.x 2.x
Same name and namespace in other branches
- 8 src/Time.php \Drupal\time_field\Time::getSecond()
Number of seconds.
Return value
int Number of seconds
File
- src/
Time.php, line 94
Class
- Time
- Time class represents time of day.
Namespace
Drupal\time_fieldCode
public function getSecond() {
return $this->second;
}