L
L
Hi,
In C++ the code below sets CurrentMainFrameTime to 1111635540
intMFMonth = 3;
intMFDay = 23;
intMFHour = 19;
intMFMin = 39;
CTime
CurrentMainFrameTime(CTime::GetCurrentTime().GetYear(),intMFMonth,intMFDay,intMFHour,intMFMin,0);
How can I achieve the same in C#.
Thanks,
Lalasa.
In C++ the code below sets CurrentMainFrameTime to 1111635540
intMFMonth = 3;
intMFDay = 23;
intMFHour = 19;
intMFMin = 39;
CTime
CurrentMainFrameTime(CTime::GetCurrentTime().GetYear(),intMFMonth,intMFDay,intMFHour,intMFMin,0);
How can I achieve the same in C#.
Thanks,
Lalasa.