DateTimeGroupItem
Minute Property
 | 
Gets or sets the minute component of the time.
Namespace:
Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public int Minute { get; set; }
 
Public Property Minute As Integer
	Get
	Set
 
public:
property int Minute {
	int get ();
	void set (int value);
}
 
member Minute : int with get, set
 
 
 
Return Value
Type:
Int32
The minute component of the time, as an integer.
 
See Also