Platforms to show: All Mac Windows Linux Cross-Platform

The module BuildConstantsMBS

module BuildConstantsMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
module System MBS Main Plugin 11.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
A module with build constants for you.
Example
MsgBox BuildConstantsMBS.DateTime

This module provides the date and time when the plugin was loaded to the Xojo IDE.
You can use this constant to know in your application when it was built. Not exactly, but within a few hours exact.
The examples above show when this page was rendered with our documentation tool.

  • 9 constants

Constants

Constant Value Description
Date "10. 3.2024" The constant for the date. Format is dd.mm.yyyy like 24.12.2010. more
DateTime "Sun Mar 10 14:40:59 2024" The constant for the date and time. This is the time when the plugin was loaded to the Xojo IDE. You can use this constant to know in your application when it was built. Not exactly, but within a few hours exact.
Example
Day 10 The day.
Hour 14 The hour.
Minute 40 The minute.
Month 3 The month.
Second 59 The second.
Time "14:40:59" The constant for the time. Format is like hh:mm:ss like 11:22:33. more
Year 2024 The year.

Blog Entries


The items on this page are in the following plugins: MBS Main Plugin.


The biggest plugin in space...