Platforms to show: All Mac Windows Linux Cross-Platform

Back to SQLIntervalMBS class.

SQLIntervalMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method SQL MBS SQL Plugin 9.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new zero interval.

See also:

SQLIntervalMBS.Constructor(days as Integer, hours as Integer, minutes as Integer, seconds as Integer = 0, NanoSeconds as Integer = 0)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method SQL MBS SQL Plugin 9.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new interval with the given values.

See also:

SQLIntervalMBS.Constructor(value as Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method SQL MBS SQL Plugin 9.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new interval with the given time delta.
Example
dim n as new SQLIntervalMBS(5)

MsgBox n.StringValue // shows "120:00:00" for 120 hours

See also:

SQLIntervalMBS.Dec(interval as SQLIntervalMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method SQL MBS SQL Plugin 9.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Decrements the interval.

SQLIntervalMBS.Inc(interval as SQLIntervalMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method SQL MBS SQL Plugin 9.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Increments the interval.

SQLIntervalMBS.SetInterval(days as Integer, hours as Integer, minutes as Integer, seconds as Integer = 0, NanoSeconds as Integer = 0)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method SQL MBS SQL Plugin 9.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the interval values.

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


The biggest plugin in space...