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