---
title: mach_timebase_info_data_t
framework: driverkit
role: symbol
role_heading: Type Alias
path: driverkit/mach_timebase_info_data_t
---

# mach_timebase_info_data_t

Raw Mach Time API In general prefer to use the <time.h> API clock_gettime_nsec_np(3), which deals in the same clocks (and more) in ns units. Conversion of ns to (resp. from) tick units as returned by the mach time APIs is performed by division (resp. multiplication) with the fraction returned by mach_timebase_info().

## Declaration

```occ
typedef struct mach_timebase_info mach_timebase_info_data_t;
```

## Topics

### Getting the Properties

- [denom](driverkit/mach_timebase_info-c.struct/denom.md)
- [numer](driverkit/mach_timebase_info-c.struct/numer.md)

## See Also

### Mach Messages

- [mach_msg_bits_t](driverkit/mach_msg_bits_t.md)
- [mach_msg_copy_options_t](driverkit/mach_msg_copy_options_t.md)
- [mach_msg_descriptor_type_t](driverkit/mach_msg_descriptor_type_t.md)
- [mach_msg_id_t](driverkit/mach_msg_id_t.md)
- [mach_msg_size_t](driverkit/mach_msg_size_t.md)
- [mach_msg_type_name_t](driverkit/mach_msg_type_name_t.md)
- [mach_msg_body_t](driverkit/mach_msg_body_t.md)
- [mach_msg_header_t](driverkit/mach_msg_header_t.md)
- [mach_msg_max_trailer_t](driverkit/mach_msg_max_trailer_t.md)
- [mach_msg_ool_descriptor_t](driverkit/mach_msg_ool_descriptor_t.md)
- [mach_msg_port_descriptor_t](driverkit/mach_msg_port_descriptor_t.md)
