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