Class GetCurrentTimeCommandResponse
Response for GetCurrentTime
public sealed class GetCurrentTimeCommandResponse : ICommandResponse<GetCurrentTimeCommandSettings>, ICommandResponse- Inheritance
- 
      
      GetCurrentTimeCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
CurrentTime
Gets or sets the currentTime
[JsonPropertyName("currentTime")]
public double CurrentTime { get; set; }