MindFusion.Wpf Pack Programmer's Guide
Second

Returns an integer value between 0 and 59, inclusive, representing the second of the minute component of the specified date.

Syntax

 Copy Code

int Second (
    DateTime date
)

Parameters

date
A DateTime value.

Remarks

Alternatively, you can obtain the second of the hour by calling DatePart.

See Also

Date & Time Functions
Day Function
Hour Function
Minute Function
Now Property