StateValue(DateTime) Constructor

Create a StateValue object whose Name property is "TimeStamp" and whose Value property is the supplied date-time value.

Definition

Namespace: ASCOM.Common.DeviceInterfaces
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public StateValue(
	DateTime dateTime
)

Parameters

dateTime  DateTime
This time-stamp date-time value

Version Information

.NET Standard

Supported in: 2.0

See Also