Class DateTimeGroupItem

Class DateTimeGroupItem

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

מייצג את הגדרת הקבוצה של תאריך ושעה.

public class DateTimeGroupItem

ירושה

objectDateTimeGroupItem

חברים שהורשו

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; }

ערך המאפיין

DateTimeGroupingType

Day

מקבל ומגדיר את היום של תאריך ושעה מקובצים.

public int Day { get; set; }

ערך המאפיין

int

Hour

מקבל ומגדיר את השעה של תאריך ושעה מקובצים.

public int Hour { get; set; }

ערך המאפיין

int

MinValue

מקבל את ערך המינימום.

public DateTime MinValue { get; }

ערך המאפיין

DateTime

Minute

מקבל ומגדיר את הדקה של תאריך ושעה מקובצים.

public int Minute { get; set; }

ערך המאפיין

int

Month

מקבל ומגדיר את החודש של תאריך ושעה מקובצים.

public int Month { get; set; }

ערך המאפיין

int

Second

מקבל ומגדיר את השנייה של תאריך ושעה מקובצים.

public int Second { get; set; }

ערך המאפיין

int

Year

מקבל ומגדיר את השנה של תאריך ושעה מקובצים.

public int Year { get; set; }

ערך המאפיין

int

 Ελληνικά