ICameraV3LastExposureStartTime 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: 6.0.0.0 (6.6.9999.9999)
Syntaxstring LastExposureStartTime { get; }ReadOnly Property LastExposureStartTime As String
Get
property String^ LastExposureStartTime {
String^ get ();
}Property Value
StringThe last exposure start time in UTC.
Exceptions
See Also