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.DeviceInterfacesAssembly: ASCOM.Common (in ASCOM.Common.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntaxpublic StateValue(
DateTime dateTime
)
Public Sub New (
dateTime As DateTime
)
Parameters
- dateTime DateTime
- This time-stamp date-time value
See Also