mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-14 20:00:09 +00:00
update doc
This commit is contained in:
@@ -3830,13 +3830,13 @@ public static DateTime GetDateTime(double timestamp, bool local = true)
|
|||||||
|
|
||||||
### DateTimeUtil.GetDefaultDateTimeString
|
### DateTimeUtil.GetDefaultDateTimeString
|
||||||
|
|
||||||
public static string GetDefaultDateTimeString(int timestamp, double range = 0)
|
public static string GetDefaultDateTimeString(double timestamp, double range = 0)
|
||||||
|
|
||||||
### DateTimeUtil.GetTimestamp
|
### DateTimeUtil.GetTimestamp
|
||||||
|
|
||||||
public static int GetTimestamp(DateTime time, bool local = false)
|
public static double GetTimestamp(DateTime time, bool local = false)
|
||||||
|
|
||||||
public static int GetTimestamp(string dateTime, bool local = false)
|
public static double GetTimestamp(string dateTime, bool local = false)
|
||||||
|
|
||||||
|
|
||||||
### DateTimeUtil.IsDateOrTimeRegex
|
### DateTimeUtil.IsDateOrTimeRegex
|
||||||
|
|||||||
@@ -3830,13 +3830,13 @@ public static DateTime GetDateTime(double timestamp, bool local = true)
|
|||||||
|
|
||||||
### DateTimeUtil.GetDefaultDateTimeString
|
### DateTimeUtil.GetDefaultDateTimeString
|
||||||
|
|
||||||
public static string GetDefaultDateTimeString(int timestamp, double range = 0)
|
public static string GetDefaultDateTimeString(double timestamp, double range = 0)
|
||||||
|
|
||||||
### DateTimeUtil.GetTimestamp
|
### DateTimeUtil.GetTimestamp
|
||||||
|
|
||||||
public static int GetTimestamp(DateTime time, bool local = false)
|
public static double GetTimestamp(DateTime time, bool local = false)
|
||||||
|
|
||||||
public static int GetTimestamp(string dateTime, bool local = false)
|
public static double GetTimestamp(string dateTime, bool local = false)
|
||||||
|
|
||||||
|
|
||||||
### DateTimeUtil.IsDateOrTimeRegex
|
### DateTimeUtil.IsDateOrTimeRegex
|
||||||
|
|||||||
Reference in New Issue
Block a user