groonga_d.time

Undocumented in source.

Members

Functions

grn_time_from_tm
ubyte grn_time_from_tm(groonga_d.groonga.grn_ctx* ctx, long* time, core.stdc.time.tm* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_time_now
void grn_time_now(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_time_to_tm
ubyte grn_time_to_tm(groonga_d.groonga.grn_ctx* ctx, long time, core.stdc.time.tm* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_timeval_now
groonga_d.groonga.grn_rc grn_timeval_now(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_timeval* tv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

GRN_TIME_MSEC_PER_SEC
enum GRN_TIME_MSEC_PER_SEC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TIME_NSEC_PER_MSEC
enum GRN_TIME_NSEC_PER_MSEC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TIME_NSEC_PER_SEC
enum GRN_TIME_NSEC_PER_SEC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TIME_NSEC_PER_SEC_F
enum GRN_TIME_NSEC_PER_SEC_F;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TIME_USEC_PER_SEC
enum GRN_TIME_USEC_PER_SEC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TIME_USEC_PER_SEC_F
enum GRN_TIME_USEC_PER_SEC_F;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta