Hi
Does any body have a Plugin, which will generate a TimeStamp in the future, for example add 30 days to the current date. It would be the same Functionality as dateadd in C#
Generate Time Stamp like dateadd
3 posts
You can generate a normal timestamp and add the appropriate number to it. GetLocalAsInt64 can be used to get the timestamp, and System::Int64Op can be used to add the offset.