PivotItemGetDateTimeValue Method |
Gets the date time value of the pivot item
If the value is null ,it will return DateTime.MinValue
Namespace:
Aspose.Cells.Pivot
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic DateTime GetDateTimeValue()
Public Function GetDateTimeValue As DateTime
public:
DateTime GetDateTimeValue()
member GetDateTimeValue : unit -> DateTime
Return Value
Type:
DateTime
See Also