Provides extensions for the
DateTime class.
Inheritance HierarchySystemObject Aloe.EnterpriseOne.Model.Core.UtilDateTimeExtensions
Namespace:
Aloe.EnterpriseOne.Model.Core.Util
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static class DateTimeExtensions
<ExtensionAttribute>
Public NotInheritable Class DateTimeExtensions
[ExtensionAttribute]
public ref class DateTimeExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type DateTimeExtensions = class end
The DateTimeExtensions type exposes the following members.
Methods
| Name | Description |
---|
  | IsBetween |
Determines whether a DateTime is between two other nullable DateTimes.
When from and/or to are null, they are not checked.
|
Top
See Also