Solved
Forum Discussion
RobbSalzmann
15 days agoValued Contributor II
Ronnie You can get the global time using
Dim wfYear as String = BRApi.Workflow.General.GetGlobalTime(si);
wfYear = wfYear.SubString( 0, 4 )
Ronnie
15 days agoNew Contributor II
Thanks RobbSalzmann! This is very helpful! I have two more questions.
- Like this in the first highlighted section?
- I assume I would just comment out the second highlighted section below since that isn't needed, right?
Related Content
- 6 months ago
- 12 months ago
- 3 years ago