Click or drag to resize

PackageInfoGetLastUpdateCheckTimeUtc Method

Gets the last time a check for new updates was made

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static DateTime GetLastUpdateCheckTimeUtc(
	bool loadUnstable
)

Parameters

loadUnstable  Boolean
If set to true, the time of the last check time for an unstable version is returned, otherwise the last check time for a stable version is returned.

Return Value

DateTime
The last check time (as Utc). If no check was made before, MinValue is returned.
See Also