WinStudio
IWSFormComponent interface
Gets the AsOfDate for a Critical Number bound Gauge.
object.GaugeGetAsOfDate()
Part | Description |
object | Required. A reference to a valid gauge component object. |
The return value is a string containing the date by which the critical number will be calculated.
Sub Main() Application.ShowMessage(ThisForm.Components("gauge1").GaugeGetAsOfDate) End Sub