Search Results for

    Show / Hide Table of Contents

    Class CommitDateOptions

    CommitDateOptions store dates for GIT_AUTHOR_DATE and GIT_COMMITTER_DATE

    Inheritance
    System.Object
    CommitDateOptions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.GiteaOrgManager.Client
    Assembly: Dangl.GiteaOrgManager.dll
    Syntax
    public class CommitDateOptions

    Properties

    | Improve this Doc View Source

    Author

    Declaration
    public DateTimeOffset? Author { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>
    | Improve this Doc View Source

    Committer

    Declaration
    public DateTimeOffset? Committer { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH