Struct git_time
The timestamp for a commit.
Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public struct git_time
Fields
| Improve this Doc View Sourceoffset
The timezone offset in minutes.
Declaration
public int offset
Field Value
Type | Description |
---|---|
System.Int32 |
time
The time in the number of seconds since the Unix epoch (midnight, January 1, 1970).
Declaration
public long time
Field Value
Type | Description |
---|---|
System.Int64 |