Sepi Previous Next
Name
GetMonthName
Parent
ScDateTimeUtils
Visibility
PUBLIC
Description
Renvoie le nom d'un mois
Source code
function GetMonthName ( Month : Integer ; Maj : Boolean = True ) : string
Parameters
Parameter Description Month : INTEGER Mois basé sur 1 Maj : BOOLEAN Indique si la première lettre doit être une majuscule
Return
Types Description STRING Le nom du mois Month, avec une majuscule si Maj vaut True
Sepi Previous Next