public class CalendarRemainingTimeFormatSettings : ICalendarRemainingTimeFormatSettings,
IDisposable
Public Class CalendarRemainingTimeFormatSettings
Implements ICalendarRemainingTimeFormatSettings, IDisposable
public ref class CalendarRemainingTimeFormatSettings : ICalendarRemainingTimeFormatSettings,
IDisposable
type CalendarRemainingTimeFormatSettings =
class
interface ICalendarRemainingTimeFormatSettings
interface IDisposable
end
CalendarRemainingTimeFormatSettings(IUnityDisposableContainer) | Инициализирует новый экземпляр класса CalendarRemainingTimeFormatSettings |
CalendarRemainingTimeFormatSettings(NullableBoolean, IUnityDisposableContainer) | Инициализирует новый экземпляр класса CalendarRemainingTimeFormatSettings |
Empty | Объект настроек, который не содержит информации по признаку отображения оставшихся сроков в астроносических часах по умолчанию. |
CreateDefault | Создаёт настройки с признаком отображения оставшихся сроков в астроносических часах по умолчанию. |
Dispose | Освобождает ресурсы, занимаемые объектом. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetIsAstronomicalAsync | Получает признак того, что отображение времени, которое осталось на задание, производится в астрономических днях. |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
SetCachingSource | Устанавливает источник получения настроек по отображению времени, которое осталось на задание. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetIsAstronomicalAsync | Пытается получить признак того, что отображение времени, которое осталось на задание, производится в астрономических днях, или null, если не удалось получить признак. |