Documentation
getMinute
usage
string minute = date->getMinute()
retourne
a string representing the minutes encoded in the object. The format used is ii (1 becomes 01, 2 becomes 02, 11 is 11)
string minute = date->getMinute()
a string representing the minutes encoded in the object. The format used is ii (1 becomes 01, 2 becomes 02, 11 is 11)