CameraLastExposureStartTime Property |
Reports the actual exposure start in the FITS-standard CCYY-MM-DDThh:mm:ss[.sss...] format.
The time must be UTC.
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic string LastExposureStartTime { get; }Public ReadOnly Property LastExposureStartTime As String
Get
public:
virtual property String^ LastExposureStartTime {
String^ get () sealed;
}Property Value
StringThe last exposure start time in UTC.
Implements
ICameraV3LastExposureStartTime
Exceptions
See Also