Show / Hide Table of Contents

Struct git_index_time

Time structure used for a git index entry.

Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public struct git_index_time

Fields

| Improve this Doc View Source

nanoseconds

Nanoseconds field when using high-resolution time in the index.

Declaration
public uint nanoseconds
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

seconds

Time in seconds since the Unix epoch (midnight, January 1, 1970).

Declaration
public int seconds
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX