Click or drag to resize

StateValue(DateTime) Constructor

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

Namespace: ASCOM.Common.DeviceInterfaces
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntax
public StateValue(
	DateTime dateTime
)

Parameters

dateTime  DateTime
This time-stamp date-time value
See Also