Click or drag to resize

DateTimeOperationsRoundToDays Method (DateTime)

Rounds the time span so it does not contain any fractional days.

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public static DateTime RoundToDays(
	this DateTime time
)

Parameters

time
Type: SystemDateTime
The time.

Return Value

Type: DateTime
The time with no fractional days.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DateTime. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also