Click or drag to resize
Query Class
Emulates http://momentjs.com/docs/#/query/
Inheritance Hierarchy
SystemObject
  MomentSharpQuery

Namespace: MomentSharp
Assembly: MomentSharp (in MomentSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class Query

The Query type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsAfter
Check if this DateTime is after compareDateTime, optionally at part
Public methodStatic memberCode exampleIsBefore
Check if this DateTime is before compareDateTime, optionally at part
Public methodStatic memberIsBetween
Check if this DateTime is between fromDate and toDate, optionally at part
Public methodStatic memberIsSame
Check if this DateTime is the same as compareDateTime, optionally at part
Top
See Also