MediaCollectionItem.Start Property
Gets or sets the time offset from which the current item should start playing.
Syntax
public TimeSpan Start {get; set;}
Property Value
System.TimeSpan. The time offset that indicates when the current item should start playing. A value less than or equal to zero indicates that playback should start from the beginning of the item.
This property is read/write.
Requirements
Reference: Microsoft.MediaCenter
Namespace: Microsoft.MediaCenter
Assembly: Microsoft.MediaCenter.dll
Platform: Windows 7
See Also