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

 عربي