SafetyMonitorStateTimeStamp Property |
The time at which the state was recorded
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 7.0.0-rc.0+0
Syntaxpublic DateTime? TimeStamp { get; set; }
Public Property TimeStamp As DateTime?
Get
Set
public:
property Nullable<DateTime> TimeStamp {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
Property Value
NullableDateTime
See Also