Show / Hide Table of Contents

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 Source

offset

The timezone offset in minutes.

Declaration
public int offset
Field Value
Type Description
System.Int32
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX