Method | Description | |
---|---|---|
ToLongInvariantString ( this dateTime ) : string |
Converts the date to a long invariant string representation (format = "yyyy/MM/dd hh:mm:ss").
|
|
ToLongString ( this day ) : string |
Formats the specified day as a long string.
|
|
ToLongString ( this day, |
Formats the specified day as a long string.
|
|
ToShortInvariantString ( this dateTime ) : string |
Converts the date to a short invariant string representation (format = "yyyy/MM/dd").
|
|
ToShortString ( this day ) : string |
Formats the specified day as a short string (three letters).
|
|
ToShortString ( this day, |
Formats the specified day as a short string (three letters).
|
|
ToVeryLongInvariantString ( this dateTime ) : string |
Converts the date to a very long invariant string representation (format = "yyyy/MM/dd hh:mm:ss.FFFFFFF").
|
Method | Description | |
---|---|---|
ToFormattedString ( this day, string format, |
public static ToLongInvariantString ( this dateTime ) : string | ||
dateTime | this | The date time to convert. |
return | string |
public static ToLongString ( this day ) : string | ||
day | this | The day. |
return | string |
public static ToLongString ( this day, |
||
day | this | The day. |
culture | The culture. | |
return | string |
public static ToShortInvariantString ( this dateTime ) : string | ||
dateTime | this | The date time to convert. |
return | string |
public static ToShortString ( this day ) : string | ||
day | this | The day. |
return | string |
public static ToShortString ( this day, |
||
day | this | The day. |
culture | The culture. | |
return | string |
public static ToVeryLongInvariantString ( this dateTime ) : string | ||
dateTime | this | The date time to convert. |
return | string |