Click or drag to resize

DateTimeExtensions Class

Provides extensions for the DateTime class.
Inheritance Hierarchy
SystemObject
  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
Syntax
public static class DateTimeExtensions

The DateTimeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsBetween
Determines whether a DateTime is between two other nullable DateTimes. When from and/or to are null, they are not checked.
Top
See Also