Date and time operations
If today (remember that today is always the moment when the message is generated and sent out, not the time when it’s opened by the recipient) is March 22, 2010 then display a message:
<if condition="System.DateTime.Today == new System.DateTime(2010, 03, 22)">
<p>Today is an important day</p>
</if>
Most frequently used functions: