Support Board
Date/Time: Fri, 29 Nov 2024 02:37:47 +0000
Post From: Storing SCDateTime-data in a subgraph array?
[2023-03-18 23:04:56] |
Tony - Posts: 522 |
I have the same issue. I found this in the SCDateTime Document: Working with the SCDateTime Variables and Values: GetAsDouble() I guess a float number should be able to handle any date value (the integer portion): (2023-1899) x 365 = 45260 days It is just the time part, DataTimeValue.GetTimeInSeconds()/864000000 that the float number doesn't have enough precision? Right now, I have no problem get the accurate date, but the time has quite a few minutes difference from Main Graph, wonder if there are any ways to get around this? Date Time Of Last Edit: 2023-03-18 23:19:31
|