Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class CleanDateTimeResult

    Inheritance
    System.Object
    CleanDateTimeResult
    Namespace: Emby.Naming.Video
    Assembly: Emby.Naming.dll
    Syntax
    public sealed class CleanDateTimeResult

    Properties

    HasChanged

    Gets or sets a value indicating whether this instance has changed.

    Declaration
    public bool HasChanged { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance has changed; otherwise, false.

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    Year

    Gets or sets the year.

    Declaration
    public int? Year { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The year.

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.