---
title: es_event_settime_t
framework: endpointsecurity
role: symbol
role_heading: Structure
path: endpointsecurity/es_event_settime_t
---

# es_event_settime_t

A type for an event that indicates the modification of the system time.

## Declaration

```swift
struct es_event_settime_t
```

## Overview

Overview The system doesn’t generate this event if the source app contains the entitlement com.apple.private.settime. Even if an Endpoint Security client responds to an ES_EVENT_TYPE_AUTH_SETTIME event with ES_AUTH_RESULT_ALLOW, the operation may still fail. For example, the process used to set the time may lack sufficient privileges.

## Topics

### Inspecting Event Properties

- [reserved](endpointsecurity/es_event_settime_t/reserved.md)

### Initializers

- [init()](endpointsecurity/es_event_settime_t/init().md)
- [init(reserved:)](endpointsecurity/es_event_settime_t/init(reserved:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Sendable](swift/sendable.md)
