FromMilliseconds()
TimeSpan::FromMilliseconds(double) method
Returns a new TimeSpan object that represents the specified interval.
static TimeSpan System::TimeSpan::FromMilliseconds(double value)
Arguments
Parameter | Type | Description |
---|---|---|
value | double | The time interval expressed as the number of milliseconds. |
Return Value
A new TimeSpan object that represents the specified interval.
See Also
- Class TimeSpan
- Namespace System
- Library Aspose.Slides