Class DateTimeGroupItem
Class DateTimeGroupItem
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
מייצג את הגדרת הקבוצה של תאריך ושעה.
public class DateTimeGroupItem
ירושה
חברים שהורשו
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
בונים
DateTimeGroupItem(DateTimeGroupingType, int, int, int, int, int, int)
public DateTimeGroupItem(DateTimeGroupingType type, int year, int month, int day, int hour, int minute, int second)
פרמטרים
type
DateTimeGroupingType
year
int
month
int
day
int
hour
int
minute
int
second
int
מאפיינים
DateTimeGroupingType
מקבל ומגדיר את סוג הקבוצה.
public DateTimeGroupingType DateTimeGroupingType { get; set; }
ערך המאפיין
Day
מקבל ומגדיר את היום של תאריך ושעה מקובצים.
public int Day { get; set; }
ערך המאפיין
Hour
מקבל ומגדיר את השעה של תאריך ושעה מקובצים.
public int Hour { get; set; }
ערך המאפיין
MinValue
מקבל את ערך המינימום.
public DateTime MinValue { get; }
ערך המאפיין
Minute
מקבל ומגדיר את הדקה של תאריך ושעה מקובצים.
public int Minute { get; set; }
ערך המאפיין
Month
מקבל ומגדיר את החודש של תאריך ושעה מקובצים.
public int Month { get; set; }
ערך המאפיין
Second
מקבל ומגדיר את השנייה של תאריך ושעה מקובצים.
public int Second { get; set; }
ערך המאפיין
Year
מקבל ומגדיר את השנה של תאריך ושעה מקובצים.
public int Year { get; set; }