Second Property

Office Open XML

Second between 0 and 59

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

Syntax

C#
public Nullable<int> Second { get; set; }
Visual Basic (Declaration)
Public Property Second As Nullable(Of Integer)
Visual C++
public:
property Nullable<int> Second {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

See Also