Dear @dutta.marina,
This can be done by using timespan method in C#.
- var_SignDate: Convert.ToDateTime(“2024-09-05”)
- var_TimeDelta: DateTime.Now.Subtract(SignDate)
- If condition as follows:
Convert.ToInt32(TimeDelta.Days.ToString()) >=15
Then you can process the transaction
Hope this helps ![]()
Br,
NikZ