Generate Time Stamp like dateadd
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#
Archive: Generate Time Stamp like dateadd
Generate Time Stamp like dateadd
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#
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.