TimeFormat
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.ms.System.IEquatable
public final class TimeFormat implements System.IEquatable<TimeFormat>
Represents time format in Timecode .
Methods
| Method | Description |
|---|---|
| equals(Object obj) | Determines whether the specified System.Object , is equal to this instance. |
| getClass() | |
| getDropTimecode2997() | Gets the drop timecode2997. |
| getDropTimecode5994() | Gets the drop timecode5994. |
| getNonDropTimecode2997() | Gets the non drop timecode2997. |
| getNonDropTimecode5994() | Gets the non drop timecode5994. |
| getTimecode23976() | Gets the timecode23976. |
| getTimecode24() | Gets the timecode24. |
| getTimecode25() | Gets the timecode25. |
| getTimecode30() | Gets the timecode30. |
| getTimecode50() | Gets the timecode50. |
| getTimecode60() | Gets the timecode60. |
| hashCode() | Returns a hash code for this instance. |
| isEquals(TimeFormat other) | Indicates whether the current object is equal to another object of the same type. |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object obj)
public boolean equals(Object obj)
Determines whether the specified System.Object , is equal to this instance.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | java.lang.Object | The System.Object to compare with this instance. |
Returns: boolean - true if the specified System.Object is equal to this instance; otherwise, false .
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDropTimecode2997()
public static TimeFormat getDropTimecode2997()
Gets the drop timecode2997.
Value: The drop timecode2997.
Returns: TimeFormat
getDropTimecode5994()
public static TimeFormat getDropTimecode5994()
Gets the drop timecode5994.
Value: The drop timecode5994.
Returns: TimeFormat
getNonDropTimecode2997()
public static TimeFormat getNonDropTimecode2997()
Gets the non drop timecode2997.
Value: The non drop timecode2997.
Returns: TimeFormat
getNonDropTimecode5994()
public static TimeFormat getNonDropTimecode5994()
Gets the non drop timecode5994.
Value: The non drop timecode5994.
Returns: TimeFormat
getTimecode23976()
public static TimeFormat getTimecode23976()
Gets the timecode23976.
Value: The timecode23976.
Returns: TimeFormat
getTimecode24()
public static TimeFormat getTimecode24()
Gets the timecode24.
Value: The timecode24.
Returns: TimeFormat
getTimecode25()
public static TimeFormat getTimecode25()
Gets the timecode25.
Value: The timecode25.
Returns: TimeFormat
getTimecode30()
public static TimeFormat getTimecode30()
Gets the timecode30.
Value: The timecode30.
Returns: TimeFormat
getTimecode50()
public static TimeFormat getTimecode50()
Gets the timecode50.
Value: The timecode50.
Returns: TimeFormat
getTimecode60()
public static TimeFormat getTimecode60()
Gets the timecode60.
Value: The timecode60.
Returns: TimeFormat
hashCode()
public int hashCode()
Returns a hash code for this instance.
Returns: int - A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
isEquals(TimeFormat other)
public boolean isEquals(TimeFormat other)
Indicates whether the current object is equal to another object of the same type.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| other | TimeFormat | An object to compare with this object. |
Returns: boolean - true if the current object is equal to the other parameter; otherwise, false.
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |