Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int StartTime { get; set; }
Public Property StartTime As Integer
	Get
	Set
public:
property int StartTime {
	int get ();
	void set (int value);
}
member StartTime : int with get, set

Property Value

Int32

See Also