LibreOffice 25.2 Help
Calculates the minute for an internal time value. The minute is returned as a number between 0 and 59.
MINUTE(რიცხვი)
რიცხვი, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები.
MINUTE() returns the integer part of the minute.
=MINUTE(8.999) returns 58
=MINUTE(8.9999) returns 59
=MINUTE(NOW()) returns the current minute value.