Platforms to show: All Mac Windows Linux Cross-Platform

Back to BuildConstantsMBS module.

BuildConstantsMBS.Date = "10. 3.2024"

Type Topic Plugin Version
const System MBS Main Plugin 11.0
The constant for the date.
Example
MsgBox BuildConstantsMBS.Date

Format is dd.mm.yyyy like 24.12.2010.
This is the date 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.

BuildConstantsMBS.DateTime = "Sun Mar 10 14:40:59 2024"

Type Topic Plugin Version
const System MBS Main Plugin 11.0
The constant for the date and time.
Example
MsgBox BuildConstantsMBS.DateTime

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.

BuildConstantsMBS.Day = 10

Type Topic Plugin Version
const System MBS Main Plugin 11.0
The day.

BuildConstantsMBS.Hour = 14

Type Topic Plugin Version
const System MBS Main Plugin 11.0
The hour.

BuildConstantsMBS.Minute = 40

Type Topic Plugin Version
const System MBS Main Plugin 11.0
The minute.

BuildConstantsMBS.Month = 3

Type Topic Plugin Version
const System MBS Main Plugin 11.0
The month.

BuildConstantsMBS.Second = 59

Type Topic Plugin Version
const System MBS Main Plugin 11.0
The second.

BuildConstantsMBS.Time = "14:40:59"

Type Topic Plugin Version
const System MBS Main Plugin 11.0
The constant for the time.
Example
MsgBox BuildConstantsMBS.Time

Format is like hh:mm:ss like 11:22:33.
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.

BuildConstantsMBS.Year = 2024

Type Topic Plugin Version
const System MBS Main Plugin 11.0
The year.

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


The biggest plugin in space...