DateTimeExtensions Class
Extensions of DateTime.
Namespace
Songhay.Extensions
Base Types
  • object
graph BT Type-->Base0["object"] Type["DateTimeExtensions"] class Type type-node

Syntax

public static class DateTimeExtensions

Remarks

From Jon Skeet’s Miscellaneous Utility Library Copyright (c) 2004-2008 Jon Skeet and Marc Gravell. All rights reserved. [http://www.pobox.com/~skeet/csharp/miscutil]

Methods

Name Return Value Summary
April(int, int) DateTime
Returns a DateTime representing the specified day in April in the specified year.
static
August(int, int) DateTime
Returns a DateTime representing the specified day in August in the specified year.
static
December(int, int) DateTime
Returns a DateTime representing the specified day in December in the specified year.
static
February(int, int) DateTime
Returns a DateTime representing the specified day in February in the specified year.
static
GetNextWeekday(DateTime, DayOfWeek) DateTime
Gets the next weekday.
static
January(int, int) DateTime
Returns a DateTime representing the specified day in January in the specified year.
static
July(int, int) DateTime
Returns a DateTime representing the specified day in July in the specified year.
static
June(int, int) DateTime
Returns a DateTime representing the specified day in June in the specified year.
static
March(int, int) DateTime
Returns a DateTime representing the specified day in March in the specified year.
static
May(int, int) DateTime
Returns a DateTime representing the specified day in May in the specified year.
static
November(int, int) DateTime
Returns a DateTime representing the specified day in November in the specified year.
static
October(int, int) DateTime
Returns a DateTime representing the specified day in October in the specified year.
static
September(int, int) DateTime
Returns a DateTime representing the specified day in September in the specified year.
static
ToIso8601String(DateTime) string
Converts the specified DateTime to the JSON-friendly ISO_8601 text format.
static