- Messages
- 9
- Country

Hi,
I'm completely stuck on a simply thing. I want to set the FSX zulu utc time via simconnect but honnestly I dont know what arguements I need to pass for the function. I'm successfully connected to simconnect and I'm coding on C#.
I would really appreciate if someone could clarify the variables I need to send.
Thanks!
I'm completely stuck on a simply thing. I want to set the FSX zulu utc time via simconnect but honnestly I dont know what arguements I need to pass for the function. I'm successfully connected to simconnect and I'm coding on C#.
Code:
public void UpdateSimTime()
{
uint mhours = 1;
SimConnectModule.TransmitClientEvent(?, ?, ?, ?, ?);
WriteToOutput("Request to sync time at " + mhours + ":00");
}
I would really appreciate if someone could clarify the variables I need to send.
Thanks!
Last edited:
