Clock Class

Namespace
Avalonia.Animation
Interfaces
  • IClock
  • IObservable<TimeSpan>
Base Types
graph BT Type-->Base0["ClockBase"] click Base0 "/api/Avalonia.Animation/ClockBase" Base0-->Base1["object"] Type-.->Interface0["IClock"] click Interface0 "/api/Avalonia.Animation/IClock" Type-.->Interface1["IObservable<TimeSpan>"] Type["Clock"] class Type type-node

Syntax

public class Clock : ClockBase, IClock, IObservable<TimeSpan>

Constructors

Name Summary
Clock()
Clock(IClock)

Properties

Name Value Summary
GlobalClock IClock
static
HasSubscriptions bool
Inherited from ClockBase
PlayState PlayState
Inherited from ClockBase

Methods

Name Value Summary
Pulse(TimeSpan) void
Inherited from ClockBase
Stop() void
Subscribe(IObserver<TimeSpan>) IDisposable
Inherited from ClockBase

Extension Methods