GetMinutesAfterMidnight (Method)

GetMinutesAfterMidnight( )
Returns double
Description: The amount of minutes that have passed after midnight.
Member of: Lighting


Example

game.Lighting.TimeOfDay = "14:00:00"
print(game.Lighting:GetMinutesAfterMidnight())
840