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

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

public static string GetSecondsSinceEpoch(
	long offset
)

Parameters

offset
Type: System Int64
the number of seconds to add

Return Value

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