β±οΈMeridiem Time
What is Meridiem Time
Using Meridiem Time
Get the Current Time
using DistantLands.Cozy
//Cache the reference to CozyWeather.instance as weatherSphere
//Get the current hour (24 hour scale)
weatherSphere.timeModule.currentTime.hours;
//Get the current minute (60 minute scale)
weatherSphere.timeModule.currentTime.minutes;Convert from Meridiem Time to Float
Add Six Hours to a Time
Convert to a DateTime struct
Last updated