WatchSyncTime
This will watch the SyncronizeTime component and change the text according to that time. It will also format that time in a way of your choosing. You tie this to a text element that will be updated according to the changing values in the SyncronizedTime component.
Public Functions
| Name | Description |
|---|---|
| void UpdateWithFormattedText(string time) | This will simply place whatever is passed into the time value into the text of your Text element. |
See Also
- SyncronizedTime