Below is the code that I am using
EnvironmentManager.Instance.SendMessage(
new VideoOS.Platform.Messaging.Message
(MessageId.SmartClient.PlaybackCommand,
new PlaybackCommandData() { Command = PlaybackData.Play, DateTime = DateTime.Now.ToUniversalTime().AddHours(-5)}), cameraItem.FQID
);