Click or drag to resize
DateTimeExtensions Methods

The DateTimeExtensions type exposes the following members.

Methods
  Name Description
Public method Static member ConvertRegionalTimeToUtc
Converts regional time to utc
Public method Static member ConvertUtcToRegionalTime
Converts utc to regional time
Public method Static member GetTimespanBetweenDates
Gets the timespan between two dates
Public method Static member Midnight
Returns the date part of the input date with the time of day as 00:00:00. Equivalent to DateTime.Date.
Public method Static member MonthsFromStartDateToEndDate
Gets the number of months between the current date and the supplied date
Public method Static member Noon
Returns the date part of the input date with the time of day as 12:00:00.
Public method Static member NumberOfBusinessDaysUntil
Calculates number of business days, taking into account: - weekends (Saturdays and Sundays) - bank holidays in the middle of the week
Public method Static member SetTime(DateTime, Int32, Int32)
Sets the time of the current date with minute precision
Public method Static member SetTime(DateTime, Int32, Int32, Int32)
Sets the time of the current date with second precision
Public method Static member SetTime(DateTime, Int32, Int32, Int32, Int32)
Sets the time of the current date with millisecond precision
Public method Static member ToFirstDayOfMonth
Gets the first day of the month at time 00:00:00 for the supplied date
Public method Static member ToFirstDayOfNextMonth
Gets the first day of the next month of the input datetime
Public method Static member ToJSONTicks
Returns a JSON representation of the provided date time
Public method Static member ToLastDayOfMonth
Gets the last day of the month at time 00:00:00 for the supplied date
Public method Static member ToLastMillisecondOfDay
Gets the date time one milisecond before midnight on the current day
Top
See Also