Documentation ¶
Index ¶
- type FastTime
- func (this *FastTime) Format(layout string) string
- func (this *FastTime) Round5Hi() string
- func (this *FastTime) Unix() int64
- func (this *FastTime) UnixCell(seconds int) int64
- func (this *FastTime) UnixFloor(seconds int) int64
- func (this *FastTime) UnixMilli() int64
- func (this *FastTime) UnixMilliString() (int64, string)
- func (this *FastTime) UnixNextMinute() int64
- func (this *FastTime) Ymd() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FastTime ¶
type FastTime struct {
// contains filtered or unexported fields
}
func NewFastTime ¶
func NewFastTime() *FastTime
func (*FastTime) UnixMilliString ¶
func (*FastTime) UnixNextMinute ¶
UnixNextMinute 获取下一分钟开始的时间戳
Click to show internal directories.
Click to hide internal directories.