Class DateTimeUtils
Inheritance
object
DateTimeUtils
Assembly: Xrpl.dll
Syntax
public static class DateTimeUtils
Methods
|
Edit this page
View Source
ISOTimeToRippleTime(DateTime)
Declaration
public static long ISOTimeToRippleTime(DateTime date)
Parameters
| Type |
Name |
Description |
| DateTime |
date |
|
Returns
|
Edit this page
View Source
ISOTimeToRippleTime(string)
Declaration
public static long ISOTimeToRippleTime(string iso8601)
Parameters
| Type |
Name |
Description |
| string |
iso8601 |
|
Returns
|
Edit this page
View Source
RippleTimeToISOTime(long)
Declaration
public static string RippleTimeToISOTime(long rippleTime)
Parameters
| Type |
Name |
Description |
| long |
rippleTime |
|
Returns
|
Edit this page
View Source
RippleTimeToUnixTime(long)
Declaration
public static long RippleTimeToUnixTime(long rpepoch)
Parameters
| Type |
Name |
Description |
| long |
rpepoch |
|
Returns
|
Edit this page
View Source
UnixTimeToRippleTime(long)
Declaration
public static long UnixTimeToRippleTime(long timestamp)
Parameters
| Type |
Name |
Description |
| long |
timestamp |
|
Returns