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

 한국어