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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TigerSan.TimerHelper.WPF" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TigerSan.TimerHelper.WPF" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="TigerSan.TimerHelper.WPF" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TigerSan.TimerHelper.WPF --version 1.0.3
                    
#r "nuget: TigerSan.TimerHelper.WPF, 1.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TigerSan.TimerHelper.WPF@1.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TigerSan.TimerHelper.WPF&version=1.0.3
                    
Install as a Cake Addin
#tool nuget:?package=TigerSan.TimerHelper.WPF&version=1.0.3
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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 102 9/12/2025