Date
            
            
            
            
            Returns the start of the day that contains the specified instant.
            
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
The instant at the beginning of the day that contains date.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static DateTime StartOfDay(
	this DateTime date
)Parameters
- date DateTime
- An instant.
Return Value
DateTimeThe instant at the beginning of the day that contains date.