Show / Hide Table of Contents

Class DateTimeUtils

Inheritance
object
DateTimeUtils
Namespace: Xrpl.Utils
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
Type Description
long
| Edit this page View Source

ISOTimeToRippleTime(string)

Declaration
public static long ISOTimeToRippleTime(string iso8601)
Parameters
Type Name Description
string iso8601
Returns
Type Description
long
| Edit this page View Source

RippleTimeToISOTime(long)

Declaration
public static string RippleTimeToISOTime(long rippleTime)
Parameters
Type Name Description
long rippleTime
Returns
Type Description
string
| Edit this page View Source

RippleTimeToUnixTime(long)

Declaration
public static long RippleTimeToUnixTime(long rpepoch)
Parameters
Type Name Description
long rpepoch
Returns
Type Description
long
| Edit this page View Source

UnixTimeToRippleTime(long)

Declaration
public static long UnixTimeToRippleTime(long timestamp)
Parameters
Type Name Description
long timestamp
Returns
Type Description
long
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX