IObservingConditionsV2TimeSinceLastUpdate Method
Provides the time since the sensor value was last updated
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
double TimeSinceLastUpdate(
string PropertyName
)
Function TimeSinceLastUpdate (
PropertyName As String
) As Double
double TimeSinceLastUpdate(
String^ PropertyName
)
- PropertyName String
- Name of the property whose time since last update is required
DoubleTime in seconds since the last sensor update for this property
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| Date | Version | Description |
|---|
| IObservingConditions | Platform 6.2 | Member added. |