TimeInterval Class

Summary: Represents the time interval in milliseconds

Module: aspose.imaging.imageoptions

Full Name: aspose.imaging.imageoptions.TimeInterval

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
TimeInterval(from_address, to)Initializes a new instance of the TimeInterval class.

Properties

NameTypeAccessDescription
from_addressuintr/wGets or sets From milliseconds.
touintr/wGets or sets To milliseconds.

Constructor: TimeInterval(from_address, to)

 TimeInterval(from_address, to) 

Initializes a new instance of the TimeInterval class.

Parameters:

ParameterTypeDescription
from_addressuintFrom milliseconds.
touintTo milliseconds.