ICameraV4LastExposureStartTime Property
Reports the actual exposure start in the FITS-standard CCYY-MM-DDThh:mm:ss[.sss...] format.
The start time must be UTC.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
string LastExposureStartTime { get; }
ReadOnly Property LastExposureStartTime As String
Get
property String^ LastExposureStartTime {
String^ get ();
}
Property Value
StringThe last exposure start time in UTC.
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| Date | Version | Description |
|---|
| ICamera | Platform 5.0 | Member added. |
| ICameraV2 | Platform 6.3 | Clarified that the value must be in UTC. |