Iduće funkcije pretvaraju datumske vrijednosti u računljive brojeve i nazad.
Vrača godinu iz serijskog datumskog broja kojeg je generisala funkcija DateSerial ili DateValue funkcija.
Returns the minute of the hour that corresponds to the serial time value that is generated by the TimeSerial or the TimeValue function.
Returns an integer that represents the seconds of the serial time number that is generated by the TimeSerial or the TimeValue function.
Calculates a serial time value for the specified hour, minute, and second parameters that are passed as numeric value. You can then use this value to calculate the difference between times.
Calculates a serial time value from the specified hour, minute, and second - parameters passed as strings - that represents the time in a single numeric value. This value can be used to calculate the difference between times.
Returns the time part of the date as a UNO com.sun.star.util.Time struct.
Converts a UNO com.sun.star.util.Time struct to a Date value.
Returns the time part of the date as a UNO com.sun.star.util.DateTime struct.
Converts a UNO com.sun.star.util.DateTime struct to a Date value.