Struct MonthTime
- Namespace
- Glitch9
public struct MonthTime
- Inherited Members
- Extension Methods
Constructors
MonthTime(DateTime)
public MonthTime(DateTime dateTime)
Parameters
dateTimeDateTime
MonthTime(int, int)
public MonthTime(int year, int month)
Parameters
Properties
FirstDay
public DateTime FirstDay { get; }
Property Value
Month
public int Month { get; set; }
Property Value
Next
public MonthTime Next { get; }
Property Value
Now
public static MonthTime Now { get; }
Property Value
Previous
public MonthTime Previous { get; }
Property Value
Year
public int Year { get; set; }
Property Value
Methods
AddMonths(int)
public MonthTime AddMonths(int months)
Parameters
monthsint
Returns
Equals(object)
Indicates whether this instance and a specified object are equal.
public override bool Equals(object obj)
Parameters
objobjectThe object to compare with the current instance.
Returns
- bool
true if
objand this instance are the same type and represent the same value; otherwise, false.
GetAllCalendarDays(CalendarStartDay)
public List<DateTime> GetAllCalendarDays(CalendarStartDay startDay)
Parameters
startDayCalendarStartDay
Returns
GetAllDays()
public IEnumerable<DateTime> GetAllDays()
Returns
GetEndDate()
public DateTime GetEndDate()
Returns
GetHashCode()
Returns the hash code for this instance.
public override int GetHashCode()
Returns
- int
A 32-bit signed integer that is the hash code for this instance.
GetStartDate()
public DateTime GetStartDate()
Returns
ToDateTime()
public DateTime ToDateTime()
Returns
ToString()
Firestore 서버에서 사용하는 포멧으로 반환합니다.
public override string ToString()
Returns
Operators
operator ==(MonthTime, MonthTime)
public static bool operator ==(MonthTime left, MonthTime right)
Parameters
Returns
operator >(MonthTime, MonthTime)
public static bool operator >(MonthTime left, MonthTime right)
Parameters
Returns
operator >=(MonthTime, MonthTime)
public static bool operator >=(MonthTime left, MonthTime right)
Parameters
Returns
operator !=(MonthTime, MonthTime)
public static bool operator !=(MonthTime left, MonthTime right)
Parameters
Returns
operator <(MonthTime, MonthTime)
public static bool operator <(MonthTime left, MonthTime right)
Parameters
Returns
operator <=(MonthTime, MonthTime)
public static bool operator <=(MonthTime left, MonthTime right)