NGS version 0.2.5 auto-generated documentation
Documentation index
The global namespace
c_tm type
c_tm type
Undocumented
Methods
c_mktime(
tm:c_tm
)
Call MKTIME(3)
Returns
Int - epoch time
c_strftime(
tm:c_tm
,
format:
Str
)
Call STRFTIME(3)
strftime(
tm:c_tm
,
format:
Str
)
Source:
stdlib.ngs:5843
Low-level function. Do not use directly. Use Time type.