Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
module | System | MBS Main Plugin | 11.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
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.
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 10:56:39 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 | 10 | The hour. |
Minute | 56 | The minute. |
Month | 3 | The month. |
Second | 39 | The second. |
Time | "10:56:39" | The constant for the time. Format is like hh:mm:ss like 11:22:33. more |
Year | 2024 | The year. |
The items on this page are in the following plugins: MBS Main Plugin.