Share via


Clip.StartTime Property

Gets or sets the start time of the clip.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Property StartTime As TimeSpan
'Usage
Dim instance As Clip
Dim value As TimeSpan

value = instance.StartTime

instance.StartTime = value
public TimeSpan StartTime { get; set; }
public:
virtual property TimeSpan StartTime {
    TimeSpan get () sealed;
    void set (TimeSpan value);
}
/** @property */
public final TimeSpan get_StartTime ()

/** @property */
public void set_StartTime (TimeSpan value)
public final function get StartTime () : TimeSpan

public function set StartTime (value : TimeSpan)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Clip Class
Clip Members
Microsoft.Expression.Encoder Namespace