Support Board
Date/Time: Fri, 10 Jan 2025 16:46:47 +0000
Post From: RoundDateTimeDownToMinute
[2016-09-08 16:54:21] |
User147461 - Posts: 33 |
Trying to learn how to use RoundDateTimeDownToMinute SCDateTime BarDateTime = sc.BaseDateTimeIn[sc.Index].RoundDateTimeDownToMinute; I get this compile error: error C3867: 'SCDateTime::RoundDateTimeDownToMinute': non-standard syntax; use '&' to create a pointer to member I've searched all the studies in the ACS_Source directory for an example with no luck, also searched this forum and the online documentation but can't find anything. Would you please provide example code for proper use? Thank you! |