TigerSan.TimerHelper.WPF
1.0.3
dotnet add package TigerSan.TimerHelper.WPF --version 1.0.3
NuGet\Install-Package TigerSan.TimerHelper.WPF -Version 1.0.3
<PackageReference Include="TigerSan.TimerHelper.WPF" Version="1.0.3" />
<PackageVersion Include="TigerSan.TimerHelper.WPF" Version="1.0.3" />
<PackageReference Include="TigerSan.TimerHelper.WPF" />
paket add TigerSan.TimerHelper.WPF --version 1.0.3
#r "nuget: TigerSan.TimerHelper.WPF, 1.0.3"
#:package TigerSan.TimerHelper.WPF@1.0.3
#addin nuget:?package=TigerSan.TimerHelper.WPF&version=1.0.3
#tool nuget:?package=TigerSan.TimerHelper.WPF&version=1.0.3
Description:
A WPF class library containing multiple types of timers.
Support cross-thread modification of UI.
TimerBase:
Timer base class.
TotalMicroseconds
: Time interval (milliseconds).
IsStoped
: Whether to stop or not.
Start
: Start.
Stop
: Stop.
ClickCounter:
Click count counter.
_count
: Click count.
This value will be reset to zero when starting, stopping, or when the timer is triggered.
ActionTimer:
Timer with execution delegation.
_action
: The commission for execution.
ActionSecondsTimer:
Timer with execution delegation. (second level)
_action
: The commission for execution.
_actionAsync
: The commission for execution. (Asynchronous)
_actionSeconds
: The execution of commissions per second.
Seconds
: The number of seconds at the interval.
PassedSeconds
: The number of seconds that have passed.
This value will be reset to zero after the timer is triggered.
RemainingSeconds
: The remaining seconds.
PassedSeconds
: The temporary interval seconds.
After the timer is triggered once or restarted, the temporary seconds will be reset to zero.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
-
net8.0-windows7.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TigerSan.TimerHelper.WPF:
Package | Downloads |
---|---|
TigerSan.UI
A WPF UI library, containing many controls, Windows, and panels. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.0.3 | 92 | 9/12/2025 |