Devolutions Utils reference library
DateUtils Class
NamespacesDevolutions.UtilsDateUtils
This class contains the date utility functions.
Declaration Syntax
C#Visual BasicVisual C++
public static class DateUtils
Public NotInheritable Class DateUtils
public ref class DateUtils abstract sealed
Members
All MembersMethods



IconMemberDescription
GetEndOfDay(DateTime)
Return the end of a day from a date

GetStartOfDay(DateTime)
Return the begining of a day from a date

IsBetween(DateTime, DateTime, DateTime)
Check if a date is between two dates

IsBetween(DateTime, DateTime, DateTime, Boolean)
Check if a date is between two dates

UseTwentyFourHoursFormat()()()
Check if the Current Culture uses a 24 hours format

UseTwentyFourHoursFormat(CultureInfo)
Check if the Culture uses a 24 hours format

Inheritance Hierarchy
Object
DateUtils

Assembly: Devolutions.Utils (Module: Devolutions.Utils)