Summary
Extensions for working with input and output date cultures.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Execution - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["DateTimeCultureExtensions"]
class Type type-node
Syntax
public static class DateTimeCultureExtensions
Methods
Name | Value | Summary |
---|---|---|
Get |
CultureInfo |
Gets the
System.Globalization.CultureInfo for the date display culture.
static
|
Get |
CultureInfo |
Gets the
System.Globalization.CultureInfo for the date input culture.
static
|
ToLongDateString |
string |
Gets a long date display string using the date display culture setting.
static
|
ToShortDateString |
string |
Gets a short date display string using the date display culture setting.
static
|
Try |
bool |
Attempts to parse and input date using the input date culture setting.
static
|