Class DateTimeExtensions
Inherited Members
Namespace: Estrelica.Utility
Assembly: Estrelica.Utility.dll
Syntax
[DoNotObfuscateType]
public static class DateTimeExtensions
Methods
Ceiling(DateTime, DateTime)
Declaration
public static DateTime Ceiling(this DateTime value, DateTime maxValue)
Parameters
DateTime value |
DateTime maxValue |
Returns
DateTime |
Floor(DateTime, DateTime)
Declaration
public static DateTime Floor(this DateTime value, DateTime minValue)
Parameters
DateTime value |
DateTime minValue |
Returns
DateTime |
ForSqlRange(DateTime)
Declaration
public static DateTime ForSqlRange(this DateTime value)
Parameters
DateTime value |
Returns
DateTime |
FormatAPIParameter(DateTime)
Declaration
public static string FormatAPIParameter(this DateTime value)
Parameters
DateTime value |
Returns
string |
FormatAPIParameterUTC(DateTime)
Declaration
public static string FormatAPIParameterUTC(this DateTime value)
Parameters
DateTime value |
Returns
string |