global constants
Globals
01 Syntax
Microsoft.VisualBasic.Globals
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| message | 1 | Diagnostic Messages Generate a diagnostic message from its arguments. |
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| Scan0 | 2 | The first element in a collection. |
| null | 1 | Nothing |
| unixEpocUtc | 2 | the start time of the unix time stamp |
| void | 1 |
04 Members
message(
Object())Diagnostic Messages
Generate a diagnostic message from its arguments.
Parameters
| Name | Type | Description |
|---|---|---|
msg | Object() | zero Or more objects which can be coerced to character (And which are pasted together with no separator) Or (for message only) a single condition object. |
Scan0
The first element in a collection.
null
Nothing
unixEpocUtc
the start time of the unix time stamp
unixEpocUtc
Scan0
void