Share via


IListMakerApp.TimeCapacity Property

Gets a value that indicates the total amount of recording time available on the CD or DVD, expressed as a TimeSpan structure.

Syntax

public TimeSpan TimeCapacity {get;}

Property Value

System.TimeSpan. The total amount of recording time available.

This property is read-only.

Remarks

Windows Media Center gets this property if the CapacityFormat property is set to Time. This property, combined with the TimeUsed property and the formatting properties, are used to create the final status message.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.ListMaker

Assembly: Microsoft.MediaCenter.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also