Protocol for receiving network time update events. More...
#import <Network/Network.h>
Instance Methods | |
(BOOL) | - networkTimeShouldUpdate: |
Called when a network time is received. More... | |
Protocol for receiving network time update events.
Classes conforming to this protocol receive callbacks for network time updates: one invocation per time update. The delegate should return YES if the system time should be updated.
Definition at line 24 of file NetworkTimeDelegate+Protocol.h.
Called when a network time is received.
time | The received network time. |