Class TimeInterval
- Namespace
- Aspose.Imaging.ImageOptions
- Assembly
- Aspose.Imaging.dll
Represents the time interval in milliseconds
public class TimeInterval
- Inheritance
-
TimeInterval
- Inherited Members
Constructors
TimeInterval(uint, uint)
Initializes a new instance of the TimeInterval class.
public TimeInterval(uint from, uint to)
Parameters
Properties
From
Gets or sets From milliseconds.
public uint From { get; set; }
Property Value
- uint
From milliseconds.
To
Gets or sets To milliseconds.
public uint To { get; set; }
Property Value
- uint
To milliseconds.