---
title: CFDateGetTypeID()
framework: corefoundation
role: symbol
role_heading: Function
path: corefoundation/cfdategettypeid()
---

# CFDateGetTypeID()

Returns the type identifier for the CFDate opaque type.

## Declaration

```swift
func CFDateGetTypeID() -> CFTypeID
```

## Return Value

Return Value The type identifier for the CFDate opaque type.

## See Also

### CFDate Miscellaneous Functions

- [CFDateCompare(_:_:_:)](corefoundation/cfdatecompare(_:_:_:).md)
- [CFDateCreate(_:_:)](corefoundation/cfdatecreate(_:_:).md)
- [CFDateGetAbsoluteTime(_:)](corefoundation/cfdategetabsolutetime(_:).md)
- [CFDateGetTimeIntervalSinceDate(_:_:)](corefoundation/cfdategettimeintervalsincedate(_:_:).md)
