Class TimePeriod
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 9
TimePeriod is used to define delay and duration of a process such as Transition. TimePeriod is composed of Delay and Duration in milliseconds
C#Copypublic class TimePeriod : Disposable
- Inheritance
Constructors
View Source
TimePeriod(Int32)
The constructor. Creates an time period object with the user-defined alpha function.
Declaration
C#Copypublic TimePeriod(int durationMilliSeconds)
Parameters
Type | Name | Description |
---|---|---|
Int32 | durationMilliSeconds |
API Level: 9
View Source
TimePeriod(Int32, Int32)
The constructor. Creates an time period object with the user-defined alpha function.
Declaration
C#Copypublic TimePeriod(int delayMilliSeconds, int durationMilliSeconds)
Parameters
Type | Name | Description |
---|---|---|
Int32 | delayMilliSeconds | |
Int32 | durationMilliSeconds |
API Level: 9
Properties
Declaration
C#Copypublic int DelayMilliseconds { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 9
Declaration
C#Copypublic int DurationMilliseconds { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 9
Methods
Declaration
C#Copyprotected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type | Name | Description |
---|---|---|
Tizen.System.Runtime.InteropServices.HandleRef | swigCPtr |