Skip to content

Instantly share code, notes, and snippets.

@yawarsohail
yawarsohail / Epoch.cs
Created December 3, 2013 07:56 — forked from txdv/Epoch.cs
using System;
namespace Epoch
{
public class Epoch
{
static readonly DateTime epochStart = new DateTime(1970, 1, 1, 0, 0, 0);
static readonly DateTimeOffset epochDateTimeOffset = new DateTimeOffset(1970, 1, 1, 0, 0, 0, TimeSpan.Zero);
@yawarsohail
yawarsohail / TypefaceSpan.java
Last active August 29, 2015 14:08 — forked from twaddington/TypefaceSpan.java
forked from twaddington/TypefaceSpan.java, Added option in Constructor for changing Colour.
/*
* Copyright 2013 Simple Finance Corporation. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software