Platforms to show: All Mac Windows Linux Cross-Platform
Back to BuildConstantsMBS module.
BuildConstantsMBS.Date = " 6. 3.2023"
Function:
The constant for the date.
Example:
Notes:
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.
Type | Topic | Plugin | Version |
const | System | MBS Main Plugin | 11.0 |
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 = "Mon Mar 6 10:32:59 2023"
Function:
The constant for the date and time.
Example:
Notes:
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.
Type | Topic | Plugin | Version |
const | System | MBS Main Plugin | 11.0 |
Example:
MsgBox BuildConstantsMBS.DateTime
BuildConstantsMBS.Day = 6
Function:
The day.
Type | Topic | Plugin | Version |
const | System | MBS Main Plugin | 11.0 |
BuildConstantsMBS.Hour = 10
Function:
The hour.
Type | Topic | Plugin | Version |
const | System | MBS Main Plugin | 11.0 |
BuildConstantsMBS.Minute = 32
Function:
The minute.
Type | Topic | Plugin | Version |
const | System | MBS Main Plugin | 11.0 |
BuildConstantsMBS.Month = 3
Function:
The month.
Type | Topic | Plugin | Version |
const | System | MBS Main Plugin | 11.0 |
BuildConstantsMBS.Second = 59
Function:
The second.
Type | Topic | Plugin | Version |
const | System | MBS Main Plugin | 11.0 |
BuildConstantsMBS.Time = "10:32:59"
Function:
The constant for the time.
Example:
Notes:
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.
Type | Topic | Plugin | Version |
const | System | MBS Main Plugin | 11.0 |
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 = 2023
Function:
The year.
Type | Topic | Plugin | Version |
const | System | MBS Main Plugin | 11.0 |
The items on this page are in the following plugins: MBS Main Plugin.
