메소드 | 설명 | |
---|---|---|
FromUnix ( this secondsSinceEpoch ) : System.DateTime | ||
FromUnix ( this secondsSinceEpoch, int timeZoneOffsetInMinutes ) : DateTimeOffset | ||
ToUnix ( this dateTime ) : int |
public static FromUnix ( this secondsSinceEpoch ) : System.DateTime | ||
secondsSinceEpoch | this | |
리턴 | System.DateTime |
public static FromUnix ( this secondsSinceEpoch, int timeZoneOffsetInMinutes ) : DateTimeOffset | ||
secondsSinceEpoch | this | |
timeZoneOffsetInMinutes | int | |
리턴 | DateTimeOffset |