Calendar {System.Globalization} .NET clr documentation

Calendar

Description

Declare

            
# namespace System.Globalization
export class Calendar {
   AlgorithmType: CalendarAlgorithmType;
   Eras: integer;
   IsReadOnly: boolean;
   MaxSupportedDateTime: DateTime;
   MinSupportedDateTime: DateTime;
   TwoDigitYearMax: integer;
}

        

.NET clr type reference tree

  1. use by property member AlgorithmType: CalendarAlgorithmType
  2. use by property member MaxSupportedDateTime: DateTime
  3. use by property member MinSupportedDateTime: DateTime

[Package {$package} version {$version} Index]