Minute Property

Office Open XML

Minute between 0 and 59

Namespace:  OfficeOpenXml.DataValidation
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public int Minute { get; set; }
Visual Basic (Declaration)
Public Property Minute As Integer
Visual C++
public:
property int Minute {
	int get ();
	void set (int value);
}

See Also