Class DateTimeUnit
Represents the unit for various DateTime operations.
public abstract class DateTimeUnit
- Inheritance
-
DateTimeUnit
- Inherited Members
Properties
Day
Day unit.
public static DateTimeUnit Day { get; }
Property Value
Hour
Hour unit.
public static DateTimeUnit Hour { get; }
Property Value
Millisecond
Millisecond unit.
public static DateTimeUnit Millisecond { get; }
Property Value
Minute
Minute unit.
public static DateTimeUnit Minute { get; }
Property Value
Month
Month unit.
public static DateTimeUnit Month { get; }
Property Value
Quarter
Quarter unit.
public static DateTimeUnit Quarter { get; }
Property Value
Second
Second unit.
public static DateTimeUnit Second { get; }
Property Value
StartOfWeek
The day of the start of the week (only valid with Week units that specify a start of the week).
public abstract string StartOfWeek { get; }
Property Value
Unit
The unit.
public abstract string Unit { get; }
Property Value
Week
Week unit.
public static DateTimeUnit Week { get; }
Property Value
WeekStartingFriday
Week starting on Friday unit.
public static DateTimeUnit WeekStartingFriday { get; }
Property Value
WeekStartingMonday
Week starting on Monday unit.
public static DateTimeUnit WeekStartingMonday { get; }
Property Value
WeekStartingSaturday
Week starting on Saturday unit.
public static DateTimeUnit WeekStartingSaturday { get; }
Property Value
WeekStartingSunday
Week starting on Sunday unit.
public static DateTimeUnit WeekStartingSunday { get; }
Property Value
WeekStartingThursday
Week starting on Thursday unit.
public static DateTimeUnit WeekStartingThursday { get; }
Property Value
WeekStartingTuesday
Week starting on Tuesday unit.
public static DateTimeUnit WeekStartingTuesday { get; }
Property Value
WeekStartingWednesday
Week starting on Wednesday unit.
public static DateTimeUnit WeekStartingWednesday { get; }
Property Value
Year
Year unit.
public static DateTimeUnit Year { get; }