DateTime UTCDate { get; set; }Property UTCDate As DateTime
Get
Set| NotImplementedException | If UTCDate Write is not implemented. |
| InvalidValueException | If an invalid DateTime is set. |
| InvalidOperationException | When UTCDate is read and the mount cannot provide this property itself and a value has not yet be established by writing to the property. |
| NotConnectedException | When Connected is False. |
| DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself. |