Table of Contents

Struct MonthTime

Namespace
Glitch9
public struct MonthTime
Inherited Members
Extension Methods

Constructors

MonthTime(DateTime)

public MonthTime(DateTime dateTime)

Parameters

dateTime DateTime

MonthTime(int, int)

public MonthTime(int year, int month)

Parameters

year int
month int

Properties

FirstDay

public DateTime FirstDay { get; }

Property Value

DateTime

Month

public int Month { get; set; }

Property Value

int

Next

public MonthTime Next { get; }

Property Value

MonthTime

Now

public static MonthTime Now { get; }

Property Value

MonthTime

Previous

public MonthTime Previous { get; }

Property Value

MonthTime

Year

public int Year { get; set; }

Property Value

int

Methods

AddMonths(int)

public MonthTime AddMonths(int months)

Parameters

months int

Returns

MonthTime

Equals(object)

Indicates whether this instance and a specified object are equal.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current instance.

Returns

bool

true if obj and this instance are the same type and represent the same value; otherwise, false.

GetAllCalendarDays(CalendarStartDay)

public List<DateTime> GetAllCalendarDays(CalendarStartDay startDay)

Parameters

startDay CalendarStartDay

Returns

List<DateTime>

GetAllDays()

public IEnumerable<DateTime> GetAllDays()

Returns

IEnumerable<DateTime>

GetEndDate()

public DateTime GetEndDate()

Returns

DateTime

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

DateTime

ToDateTime()

public DateTime ToDateTime()

Returns

DateTime

ToString()

Firestore 서버에서 사용하는 포멧으로 반환합니다.

public override string ToString()

Returns

string

Operators

operator ==(MonthTime, MonthTime)

public static bool operator ==(MonthTime left, MonthTime right)

Parameters

left MonthTime
right MonthTime

Returns

bool

operator >(MonthTime, MonthTime)

public static bool operator >(MonthTime left, MonthTime right)

Parameters

left MonthTime
right MonthTime

Returns

bool

operator >=(MonthTime, MonthTime)

public static bool operator >=(MonthTime left, MonthTime right)

Parameters

left MonthTime
right MonthTime

Returns

bool

operator !=(MonthTime, MonthTime)

public static bool operator !=(MonthTime left, MonthTime right)

Parameters

left MonthTime
right MonthTime

Returns

bool

operator <(MonthTime, MonthTime)

public static bool operator <(MonthTime left, MonthTime right)

Parameters

left MonthTime
right MonthTime

Returns

bool

operator <=(MonthTime, MonthTime)

public static bool operator <=(MonthTime left, MonthTime right)

Parameters

left MonthTime
right MonthTime

Returns

bool