DateTimeGroupItemYear Property |
Gets and sets the year of the grouped date time.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic int Year { get; set; }
Public Property Year As Integer
Get
Set
public:
property int Year {
int get ();
void set (int value);
}
member Year : int with get, set
Property Value
Type:
Int32
See Also