Click or drag to resize
DateTimeExtensions Class
Provides extension methods for the DateTime class. These methods can be used for accessing basic operations from the expression engine or from the API.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Core.ExpressionsDateTimeExtensions

Namespace: Colygon.MatchPoint.Core.Expressions
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public static class DateTimeExtensions

The DateTimeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetFirstDayOfMonth
Returns first day of the month.
Public methodStatic memberGetFirstDayOfWeek
Returns first day of the week.
Public methodStatic memberGetFirstDayOfYear
Returns first day of the year.
Top
Remarks
This class provides expression extensions.
See Also