CompileTime
-----------

The time of day that the plug-in was compiled.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Plugin](component_Plugin.md) | [1.0](newinversion10.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "CompileTime" ) ### Parameters

none

### Description

The time of day that the plug-in was compiled.  
### Examples

Get the time of day that the plug-in was compiled

 $r = MBS ("CompileTime")  
Get the Compile Date and Time:

 $r = MBS ("CompileDate") &amp; " " &amp; MBS ("CompileTime")  
### See also

- [CompileDate](CompileDate.md)

This function is free to use.

Created 18th August 2014 , last changed 3th June 2020

  
[CompileDate](CompileDate.md) - [Container.Compress](ContainerCompress.md)

[HTML Version](CompileTime.shtml)