Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 19:48:13 +0000



Post From: Write study Data to file

[2018-09-21 08:47:29]
Flipper - Posts: 65
Time representations in SC are -
Within a SCDateTime variable, the Time is represented by the fractional portion of the internal double precision floating-point number. It is a fraction of 1 day. Each second is equivalent to 1/86400.0 or 0.0000115741.
Working with the SCDateTime Variables and Values: Time Values

You could do it by writing a loop in C++ or an array and then saving to txt/csv but it may be easier to just convert it from midnight in whatever program you are using outside of SC.

What are you doing with it once it's saved to a csv?
Date Time Of Last Edit: 2018-09-21 08:49:30