SplitScript reference / Migration / C# duration ticks
C# duration ticks
Migration from C#
Source pattern
Look for the C# concept C# duration ticks in the source. The semantic difference below is more important than a token-for-token rewrite.
Canonical SplitScript
Use the canonical language and API symbols linked below.
Semantic difference
Convert 100-nanosecond C# ticks to a source unit explicitly, with range review; SplitScript does not expose C# ticks as a native duration unit.
Supported hosts
This uses the standard SplitScript runtime contract. Any provider-specific requirements are documented by the linked canonical API.
Related reference
- Duration.fromNanoseconds (standard library)