◆ DateFormat()
com.dxfeed.ipf.DateFormat.DateFormat |
( |
string |
format | ) |
|
|
inline |
◆ Format()
string com.dxfeed.ipf.DateFormat.Format |
( |
DateTime |
dateTime | ) |
|
|
inline |
◆ Parse()
DateTime com.dxfeed.ipf.DateFormat.Parse |
( |
string |
s | ) |
|
|
inline |
Parses text of the given string to produce a date time object.
- Parameters
-
s | String that should be parsed. |
- Returns
- Parsed value.
- Exceptions
-
System.ArgumentNullException | |
System.FormatException | |
◆ SetTimeZone()
void com.dxfeed.ipf.DateFormat.SetTimeZone |
( |
TimeZoneInfo |
timeZone | ) |
|
|
inline |
◆ format
string com.dxfeed.ipf.DateFormat.format = string.Empty |
|
private |
◆ timeZone
TimeZoneInfo com.dxfeed.ipf.DateFormat.timeZone |
|
private |
The documentation for this class was generated from the following file: