MindFusion.Reporting for Silverlight Programmer's Guide
Today

Returns a DateTime value containing the current system date.

Syntax

 Copy Code

DateTime Today ()

Remarks

The DateTime data type includes time components. When returning the system date, Today sets all of these to 0, so the returned value represents midnight (00:00:00).

To access the day of a date, use the Day property.

See Also

Date & Time Functions
Now Function
DatePart Function
DateSerial Function
DateAdd Function