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 Sourcenanoseconds
Nanoseconds field when using high-resolution time in the index.
Declaration
public uint nanoseconds
Field Value
Type | Description |
---|---|
System.UInt32 |
seconds
Time in seconds since the Unix epoch (midnight, January 1, 1970).
Declaration
public int seconds
Field Value
Type | Description |
---|---|
System.Int32 |