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 |
DateTime |
Returns a DateTime representing the specified day in April
in the specified year.
static
|
August |
DateTime |
Returns a DateTime representing the specified day in August
in the specified year.
static
|
December |
DateTime |
Returns a DateTime representing the specified day in December
in the specified year.
static
|
February |
DateTime |
Returns a DateTime representing the specified day in February
in the specified year.
static
|
GetNextWeekday |
DateTime |
Gets the next weekday.
static
|
January |
DateTime |
Returns a DateTime representing the specified day in January
in the specified year.
static
|
July |
DateTime |
Returns a DateTime representing the specified day in July
in the specified year.
static
|
June |
DateTime |
Returns a DateTime representing the specified day in June
in the specified year.
static
|
March |
DateTime |
Returns a DateTime representing the specified day in March
in the specified year.
static
|
May |
DateTime |
Returns a DateTime representing the specified day in May
in the specified year.
static
|
November |
DateTime |
Returns a DateTime representing the specified day in November
in the specified year.
static
|
October |
DateTime |
Returns a DateTime representing the specified day in October
in the specified year.
static
|
September |
DateTime |
Returns a DateTime representing the specified day in September
in the specified year.
static
|
ToIso8601String |
string |
Converts the specified
DateTime
to the JSON-friendly ISO_8601 text format.
static
|