VirtualUserScript GetMillisecondsSinceEpoch Method C# API
Get the number of milliseconds since the epoch (1st Jan 1970), offset by the specified number of milliseconds

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public static string GetMillisecondsSinceEpoch(
	long offset
)

Parameters

offset
Type: System Int64
the number of milliseconds to add

Return Value

the number of milliseconds since the epoch (1st Jan 1970), offset by the specified number of milliseconds
See Also