struct CalendarWeekRule
in global :: System . Globalization
Defines different rules for determining the first week of the year.
public static CalendarWeekRule FirstDay
Indicates that the first week of the year starts on the first day of the year and ends before the following designated first day of the week. The value is 0.
public static CalendarWeekRule FirstFourDayWeek
Indicates that the first week of the year is the first week with four or more days before the designated first day of the week. The value is 2.
public static CalendarWeekRule FirstFullWeek
Indicates that the first week of the year begins on the first occurrence of the designated first day of the week on or after the first day of the year. The value is 1.
public bool HasFlag( Enum flag )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public int CompareTo( object target )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public string ToString( string format )
😔 No documentation found.
public string ToString( IFormatProvider provider )
😔 No documentation found.
public string ToString( string format, IFormatProvider provider )
😔 No documentation found.
public TypeCode GetTypeCode( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public int value__
😔 No documentation found.