Converts ticks scaled in the scale of this instance to .Net DateTime ticks.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public long ScaleToNet(
	long scaledTicks
)

Parameters

scaledTicks
Type: System..::..Int64
The number ticks in this instance's scale.

Return Value

.Net based ticks.

See Also