Click or drag to resize

DateTimeExtensions Class

Contains extension methods for the DateTime type.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelDateTimeExtensions

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static class DateTimeExtensions

The DateTimeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetBeginningOfDay
Used when comparing a property value without time to CurrentDate
Public methodStatic memberStripMilliseconds
Extends DateTime with a method for stripping (truncating) the milliseconds part.
Top
See Also