Support Board
Date/Time: Wed, 17 Sep 2025 15:31:28 +0000
Post From: TIME_PERIOD_LENGTH_UNIT_QUARTERS
[2019-10-07 13:44:47] |
User462086 - Posts: 196 |
Using a '3' for the 'TimePeriodLength' appears to be returning the start of quarters rather than "3 months relative to the input date." This wasn't obvious to me previously. Case closed. sc.GetStartOfPeriodForDateTime( inputDateTime, TIME_PERIOD_LENGTH_UNIT_MONTHS, 3, 1 ); |