Click or drag to resize
JobHelperFromTimestamp Method

[Missing <summary> documentation for "M:Hangfire.Common.JobHelper.FromTimestamp(System.Int64)"]

Namespace: Hangfire.Common
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static DateTime FromTimestamp(
	long value
)

Parameters

value
Type: SystemInt64

[Missing <param name="value"/> documentation for "M:Hangfire.Common.JobHelper.FromTimestamp(System.Int64)"]

Return Value

Type: DateTime
See Also