phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
SysTime.toTimeSpec
std
datetime
systime
SysTime
Returns a
timespec
which represents this
SysTime
.
This function is Posix-Only.
struct
SysTime
version(StdDdoc)
@
safe
const pure nothrow scope
timespec
toTimeSpec
(
)
Meta
Source
See Implementation
std
datetime
systime
SysTime
constructors
this
functions
add
diffMonths
opAssign
opBinary
opCast
opCmp
opEquals
opOpAssign
roll
toHash
toISOExtString
toISOString
toLocalTime
toOtherTZ
toSimpleString
toString
toTM
toTimeSpec
toTimeVal
toUTC
toUnixTime
properties
day
dayOfGregorianCal
dayOfWeek
dayOfYear
daysInMonth
dstInEffect
endOfMonth
fracSecs
hour
isAD
isLeapYear
isoWeek
julianDay
max
min
minute
modJulianDay
month
second
stdTime
timezone
utcOffset
year
yearBC
static functions
fromISOExtString
fromISOString
fromSimpleString
fromUnixTime
Returns a timespec which represents this SysTime.
This function is Posix-Only.