package
0.1.0
Repository: https://github.com/xqk/ox.git
Documentation: pkg.go.dev

# Functions

After @Description: @param d @return <-chan .
AfterFunc @Description: @param d @param f @return *Timer .
CurrentTimeMillis @Description: 当前时间的时间戳(毫秒) @return uint64 .
CurrentTimeMillsWithTicker @Description: 当前时间的定时器 @return uint64 .
CurrentTimeNano @Description: 当前时间的nanoseconds @return uint64 .
No description provided by the author
Elapse @Description:消费的时长 @param f @return int64 .
FormatDate @Description: 格式化时间戳(毫秒)为字符串日期格式 @param tsMillis @return string .
FormatTimeMillis @Description: 格式化时间戳(毫秒)为字符串时间格式 @param tsMillis @return string .
GetTimestampInMilli @Description: @return int64 .
IsLeapYear @Description: 是否是闰年 @param year @return bool .
NewRashTimer is the time for a jiffies.
NewTicker @Description: 新建定时器 @param d @return *Ticker .
NewTimer @Description: @param d @return *Timer .
Now @Description: 返回当前时间 @return *Time .
Sleep @Description: @param d .
StartTimeTicker @Description: 开始时间定时器 .
Tick @Description: 定时 @param d @return <-chan .
TickFunc @Description: 定时方法 @param d @param f @return *Ticker .
Today @Description: 今天的开始时间 @return *Time .
Unix @Description: 返回由时间戳转换的时间 @param sec @param nsec @return *Time .

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

Ticker @Description: 定时器 .
Time @Description: 时间 .
No description provided by the author

# Type aliases

No description provided by the author